Shades of Dark Violet #8C08DD
Tints of Dark Violet #8C08DD
RGB
CMYK
RGB Variations
Color information
#8C08DD (or 0x8C08DD) is known color: Dark Violet. HEX triplet: 8C, 08 and DD. RGB value is (140,8,221). Sum of RGB (Red+Green+Blue) = 140+8+221=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C08DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C08DD is #73F722. Grayscale: #474747. Windows color (decimal): -7599907 or 14485644. OLE color: 14485644.
HSL color Cylindrical-coordinate representation of color #8C08DD: hue angle of 277.18º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C08DD is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 8 | 221 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.13 |
| HSL | 277.18º | 0.93% | 0.45% | - |
| HSV(B) | 277.18º | 0.96% | 0.87% | - |
| XYZ | 23.95 | 10.97 | 69.26 | - |
| YUV | 71.75 | 212.23 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 221 | 0.37 | 0.96 | 0 | 0.13 | 277.18 | 0.93 | 0.45 |
| Hex | 8C | 8 | DD | 25 | 60 | 0 | D | 115 | 5D | 2D |
| Octal | 214 | 10 | 335 | 45 | 140 | 0 | 15 | 425 | 135 | 55 |
| Binary | 10001100 | 1000 | 11011101 | 100101 | 1100000 | 0 | 1101 | 100010101 | 1011101 | 101101 |
Color Harmonies of #8C08DD
Complementary color
Monochromatic Colors of #8C08DD
Black with #8C08DD
Text Example
Text Example
White with #8C08DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C08DD; }
p { color: rgb(140,8,221); }
H1.HeaderClassName
{
color: #8C08DD;
}
.AnyTagClassName
{
color: #8C08DD;
}
</style>
background-color css
<style>
a { background-color: #8C08DD; }
a { background-color: rgb(140,8,221); }
div.DivClassName
{
background-color: #8C08DD;
}
.BgClassName
{
background-color: #8C08DD;
}
</style>
border-color css
<style>
span { border-color: #8C08DD; }
span { border-color: rgb(140,8,221); }
td.TdClassName
{
border-color: #8C08DD;
}
.TagClassName
{
border-color: #8C08DD;
}
</style>