Shades of Dark Violet #8C05DA
Tints of Dark Violet #8C05DA
RGB
CMYK
RGB Variations
Color information
#8C05DA (or 0x8C05DA) is known color: Dark Violet. HEX triplet: 8C, 05 and DA. RGB value is (140,5,218). Sum of RGB (Red+Green+Blue) = 140+5+218=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C05DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C05DA is #73FA25. Grayscale: #444444. Windows color (decimal): -7600678 or 14288268. OLE color: 14288268.
HSL color Cylindrical-coordinate representation of color #8C05DA: hue angle of 278.03º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C05DA is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 5 | 218 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.15 |
| HSL | 278.03º | 0.96% | 0.44% | - |
| HSV(B) | 278.03º | 0.98% | 0.85% | - |
| XYZ | 23.52 | 10.75 | 67.16 | - |
| YUV | 69.65 | 211.73 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 218 | 0.36 | 0.98 | 0 | 0.15 | 278.03 | 0.96 | 0.44 |
| Hex | 8C | 5 | DA | 24 | 62 | 0 | F | 116 | 60 | 2C |
| Octal | 214 | 5 | 332 | 44 | 142 | 0 | 17 | 426 | 140 | 54 |
| Binary | 10001100 | 101 | 11011010 | 100100 | 1100010 | 0 | 1111 | 100010110 | 1100000 | 101100 |
Color Harmonies of #8C05DA
Complementary color
Monochromatic Colors of #8C05DA
Black with #8C05DA
Text Example
Text Example
White with #8C05DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C05DA; }
p { color: rgb(140,5,218); }
H1.HeaderClassName
{
color: #8C05DA;
}
.AnyTagClassName
{
color: #8C05DA;
}
</style>
background-color css
<style>
a { background-color: #8C05DA; }
a { background-color: rgb(140,5,218); }
div.DivClassName
{
background-color: #8C05DA;
}
.BgClassName
{
background-color: #8C05DA;
}
</style>
border-color css
<style>
span { border-color: #8C05DA; }
span { border-color: rgb(140,5,218); }
td.TdClassName
{
border-color: #8C05DA;
}
.TagClassName
{
border-color: #8C05DA;
}
</style>