Shades of Dark Violet #8C04DD
Tints of Dark Violet #8C04DD
RGB
CMYK
RGB Variations
Color information
#8C04DD (or 0x8C04DD) is known color: Dark Violet. HEX triplet: 8C, 04 and DD. RGB value is (140,4,221). Sum of RGB (Red+Green+Blue) = 140+4+221=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C04DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C04DD is #73FB22. Grayscale: #444444. Windows color (decimal): -7600931 or 14484620. OLE color: 14484620.
HSL color Cylindrical-coordinate representation of color #8C04DD: hue angle of 277.6º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C04DD is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 4 | 221 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.13 |
| HSL | 277.6º | 0.96% | 0.44% | - |
| HSV(B) | 277.6º | 0.98% | 0.87% | - |
| XYZ | 23.91 | 10.88 | 69.25 | - |
| YUV | 69.4 | 213.56 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 221 | 0.37 | 0.98 | 0 | 0.13 | 277.6 | 0.96 | 0.44 |
| Hex | 8C | 4 | DD | 25 | 62 | 0 | D | 116 | 60 | 2C |
| Octal | 214 | 4 | 335 | 45 | 142 | 0 | 15 | 426 | 140 | 54 |
| Binary | 10001100 | 100 | 11011101 | 100101 | 1100010 | 0 | 1101 | 100010110 | 1100000 | 101100 |
Color Harmonies of #8C04DD
Complementary color
Monochromatic Colors of #8C04DD
Black with #8C04DD
Text Example
Text Example
White with #8C04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C04DD; }
p { color: rgb(140,4,221); }
H1.HeaderClassName
{
color: #8C04DD;
}
.AnyTagClassName
{
color: #8C04DD;
}
</style>
background-color css
<style>
a { background-color: #8C04DD; }
a { background-color: rgb(140,4,221); }
div.DivClassName
{
background-color: #8C04DD;
}
.BgClassName
{
background-color: #8C04DD;
}
</style>
border-color css
<style>
span { border-color: #8C04DD; }
span { border-color: rgb(140,4,221); }
td.TdClassName
{
border-color: #8C04DD;
}
.TagClassName
{
border-color: #8C04DD;
}
</style>