Shades of Dark Violet #8E03BD
Tints of Dark Violet #8E03BD
RGB
CMYK
RGB Variations
Color information
#8E03BD (or 0x8E03BD) is known color: Dark Violet. HEX triplet: 8E, 03 and BD. RGB value is (142,3,189). Sum of RGB (Red+Green+Blue) = 142+3+189=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E03BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E03BD is #71FC42. Grayscale: #414141. Windows color (decimal): -7470147 or 12387214. OLE color: 12387214.
HSL color Cylindrical-coordinate representation of color #8E03BD: hue angle of 284.84º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E03BD is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 3 | 189 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.26 |
| HSL | 284.84º | 0.97% | 0.38% | - |
| HSV(B) | 284.84º | 0.98% | 0.74% | - |
| XYZ | 20.37 | 9.49 | 48.9 | - |
| YUV | 65.77 | 197.55 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 189 | 0.25 | 0.98 | 0 | 0.26 | 284.84 | 0.97 | 0.38 |
| Hex | 8E | 3 | BD | 19 | 62 | 0 | 1A | 11D | 61 | 26 |
| Octal | 216 | 3 | 275 | 31 | 142 | 0 | 32 | 435 | 141 | 46 |
| Binary | 10001110 | 11 | 10111101 | 11001 | 1100010 | 0 | 11010 | 100011101 | 1100001 | 100110 |
Color Harmonies of #8E03BD
Complementary color
Monochromatic Colors of #8E03BD
Black with #8E03BD
Text Example
Text Example
White with #8E03BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E03BD; }
p { color: rgb(142,3,189); }
H1.HeaderClassName
{
color: #8E03BD;
}
.AnyTagClassName
{
color: #8E03BD;
}
</style>
background-color css
<style>
a { background-color: #8E03BD; }
a { background-color: rgb(142,3,189); }
div.DivClassName
{
background-color: #8E03BD;
}
.BgClassName
{
background-color: #8E03BD;
}
</style>
border-color css
<style>
span { border-color: #8E03BD; }
span { border-color: rgb(142,3,189); }
td.TdClassName
{
border-color: #8E03BD;
}
.TagClassName
{
border-color: #8E03BD;
}
</style>