Shades of Dark Violet #8D04CE
Tints of Dark Violet #8D04CE
RGB
CMYK
RGB Variations
Color information
#8D04CE (or 0x8D04CE) is known color: Dark Violet. HEX triplet: 8D, 04 and CE. RGB value is (141,4,206). Sum of RGB (Red+Green+Blue) = 141+4+206=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D04CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D04CE is #72FB31. Grayscale: #434343. Windows color (decimal): -7535410 or 13501581. OLE color: 13501581.
HSL color Cylindrical-coordinate representation of color #8D04CE: hue angle of 280.69º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D04CE is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 4 | 206 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.19 |
| HSL | 280.69º | 0.96% | 0.41% | - |
| HSV(B) | 280.69º | 0.98% | 0.81% | - |
| XYZ | 22.17 | 10.21 | 59.19 | - |
| YUV | 67.99 | 205.89 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 206 | 0.32 | 0.98 | 0 | 0.19 | 280.69 | 0.96 | 0.41 |
| Hex | 8D | 4 | CE | 20 | 62 | 0 | 13 | 119 | 60 | 29 |
| Octal | 215 | 4 | 316 | 40 | 142 | 0 | 23 | 431 | 140 | 51 |
| Binary | 10001101 | 100 | 11001110 | 100000 | 1100010 | 0 | 10011 | 100011001 | 1100000 | 101001 |
Color Harmonies of #8D04CE
Complementary color
Monochromatic Colors of #8D04CE
Black with #8D04CE
Text Example
Text Example
White with #8D04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D04CE; }
p { color: rgb(141,4,206); }
H1.HeaderClassName
{
color: #8D04CE;
}
.AnyTagClassName
{
color: #8D04CE;
}
</style>
background-color css
<style>
a { background-color: #8D04CE; }
a { background-color: rgb(141,4,206); }
div.DivClassName
{
background-color: #8D04CE;
}
.BgClassName
{
background-color: #8D04CE;
}
</style>
border-color css
<style>
span { border-color: #8D04CE; }
span { border-color: rgb(141,4,206); }
td.TdClassName
{
border-color: #8D04CE;
}
.TagClassName
{
border-color: #8D04CE;
}
</style>