Shades of Dark Violet #8C04D8
Tints of Dark Violet #8C04D8
RGB
CMYK
RGB Variations
Color information
#8C04D8 (or 0x8C04D8) is known color: Dark Violet. HEX triplet: 8C, 04 and D8. RGB value is (140,4,216). Sum of RGB (Red+Green+Blue) = 140+4+216=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 216 (84.77% from 255 or 60% from 360); Max value from RGB is 216 - color contains mainly: blue. Hex color #8C04D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C04D8 is #73FB27. Grayscale: #444444. Windows color (decimal): -7600936 or 14156940. OLE color: 14156940.
HSL color Cylindrical-coordinate representation of color #8C04D8: hue angle of 278.49º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C04D8 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 4 | 216 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.15 |
| HSL | 278.49º | 0.96% | 0.43% | - |
| HSV(B) | 278.49º | 0.98% | 0.85% | - |
| XYZ | 23.25 | 10.62 | 65.79 | - |
| YUV | 68.83 | 211.06 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 216 | 0.35 | 0.98 | 0 | 0.15 | 278.49 | 0.96 | 0.43 |
| Hex | 8C | 4 | D8 | 23 | 62 | 0 | F | 116 | 60 | 2B |
| Octal | 214 | 4 | 330 | 43 | 142 | 0 | 17 | 426 | 140 | 53 |
| Binary | 10001100 | 100 | 11011000 | 100011 | 1100010 | 0 | 1111 | 100010110 | 1100000 | 101011 |
Color Harmonies of #8C04D8
Complementary color
Monochromatic Colors of #8C04D8
Black with #8C04D8
Text Example
Text Example
White with #8C04D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C04D8; }
p { color: rgb(140,4,216); }
H1.HeaderClassName
{
color: #8C04D8;
}
.AnyTagClassName
{
color: #8C04D8;
}
</style>
background-color css
<style>
a { background-color: #8C04D8; }
a { background-color: rgb(140,4,216); }
div.DivClassName
{
background-color: #8C04D8;
}
.BgClassName
{
background-color: #8C04D8;
}
</style>
border-color css
<style>
span { border-color: #8C04D8; }
span { border-color: rgb(140,4,216); }
td.TdClassName
{
border-color: #8C04D8;
}
.TagClassName
{
border-color: #8C04D8;
}
</style>