Shades of Dark Violet #8E13B3
Tints of Dark Violet #8E13B3
RGB
CMYK
RGB Variations
Color information
#8E13B3 (or 0x8E13B3) is known color: Dark Violet. HEX triplet: 8E, 13 and B3. RGB value is (142,19,179). Sum of RGB (Red+Green+Blue) = 142+19+179=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #8E13B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E13B3 is #71EC4C. Grayscale: #494949. Windows color (decimal): -7466061 or 11735950. OLE color: 11735950.
HSL color Cylindrical-coordinate representation of color #8E13B3: hue angle of 286.12º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E13B3 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 142 | 19 | 179 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.30 |
| HSL | 286.13º | 0.81% | 0.39% | - |
| HSV(B) | 286.13º | 0.89% | 0.7% | - |
| XYZ | 19.52 | 9.47 | 43.45 | - |
| YUV | 74.02 | 187.25 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 19 | 179 | 0.21 | 0.89 | 0 | 0.30 | 286.13 | 0.81 | 0.39 |
| Hex | 8E | 13 | B3 | 15 | 59 | 0 | 1E | 11E | 51 | 27 |
| Octal | 216 | 23 | 263 | 25 | 131 | 0 | 36 | 436 | 121 | 47 |
| Binary | 10001110 | 10011 | 10110011 | 10101 | 1011001 | 0 | 11110 | 100011110 | 1010001 | 100111 |
Color Harmonies of #8E13B3
Complementary color
Monochromatic Colors of #8E13B3
Black with #8E13B3
Text Example
Text Example
White with #8E13B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E13B3; }
p { color: rgb(142,19,179); }
H1.HeaderClassName
{
color: #8E13B3;
}
.AnyTagClassName
{
color: #8E13B3;
}
</style>
background-color css
<style>
a { background-color: #8E13B3; }
a { background-color: rgb(142,19,179); }
div.DivClassName
{
background-color: #8E13B3;
}
.BgClassName
{
background-color: #8E13B3;
}
</style>
border-color css
<style>
span { border-color: #8E13B3; }
span { border-color: rgb(142,19,179); }
td.TdClassName
{
border-color: #8E13B3;
}
.TagClassName
{
border-color: #8E13B3;
}
</style>