Shades of Dark Violet #8C0CDA
Tints of Dark Violet #8C0CDA
RGB
CMYK
RGB Variations
Color information
#8C0CDA (or 0x8C0CDA) is known color: Dark Violet. HEX triplet: 8C, 0C and DA. RGB value is (140,12,218). Sum of RGB (Red+Green+Blue) = 140+12+218=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C0CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0CDA is #73F325. Grayscale: #494949. Windows color (decimal): -7598886 or 14290060. OLE color: 14290060.
HSL color Cylindrical-coordinate representation of color #8C0CDA: hue angle of 277.28º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0CDA is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 12 | 218 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.15 |
| HSL | 277.28º | 0.9% | 0.45% | - |
| HSV(B) | 277.28º | 0.94% | 0.85% | - |
| XYZ | 23.6 | 10.9 | 67.19 | - |
| YUV | 73.76 | 209.41 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 12 | 218 | 0.36 | 0.94 | 0 | 0.15 | 277.28 | 0.9 | 0.45 |
| Hex | 8C | C | DA | 24 | 5E | 0 | F | 115 | 5A | 2D |
| Octal | 214 | 14 | 332 | 44 | 136 | 0 | 17 | 425 | 132 | 55 |
| Binary | 10001100 | 1100 | 11011010 | 100100 | 1011110 | 0 | 1111 | 100010101 | 1011010 | 101101 |
Color Harmonies of #8C0CDA
Complementary color
Monochromatic Colors of #8C0CDA
Black with #8C0CDA
Text Example
Text Example
White with #8C0CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0CDA; }
p { color: rgb(140,12,218); }
H1.HeaderClassName
{
color: #8C0CDA;
}
.AnyTagClassName
{
color: #8C0CDA;
}
</style>
background-color css
<style>
a { background-color: #8C0CDA; }
a { background-color: rgb(140,12,218); }
div.DivClassName
{
background-color: #8C0CDA;
}
.BgClassName
{
background-color: #8C0CDA;
}
</style>
border-color css
<style>
span { border-color: #8C0CDA; }
span { border-color: rgb(140,12,218); }
td.TdClassName
{
border-color: #8C0CDA;
}
.TagClassName
{
border-color: #8C0CDA;
}
</style>