Shades of Dark Violet #8C0DCA
Tints of Dark Violet #8C0DCA
RGB
CMYK
RGB Variations
Color information
#8C0DCA (or 0x8C0DCA) is known color: Dark Violet. HEX triplet: 8C, 0D and CA. RGB value is (140,13,202). Sum of RGB (Red+Green+Blue) = 140+13+202=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C0DCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0DCA is #73F235. Grayscale: #474747. Windows color (decimal): -7598646 or 13241740. OLE color: 13241740.
HSL color Cylindrical-coordinate representation of color #8C0DCA: hue angle of 280.32º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0DCA is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 13 | 202 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.21 |
| HSL | 280.32º | 0.88% | 0.42% | - |
| HSV(B) | 280.32º | 0.94% | 0.79% | - |
| XYZ | 21.62 | 10.13 | 56.69 | - |
| YUV | 72.52 | 201.08 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 13 | 202 | 0.31 | 0.94 | 0 | 0.21 | 280.32 | 0.88 | 0.42 |
| Hex | 8C | D | CA | 1F | 5E | 0 | 15 | 118 | 58 | 2A |
| Octal | 214 | 15 | 312 | 37 | 136 | 0 | 25 | 430 | 130 | 52 |
| Binary | 10001100 | 1101 | 11001010 | 11111 | 1011110 | 0 | 10101 | 100011000 | 1011000 | 101010 |
Color Harmonies of #8C0DCA
Complementary color
Monochromatic Colors of #8C0DCA
Black with #8C0DCA
Text Example
Text Example
White with #8C0DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0DCA; }
p { color: rgb(140,13,202); }
H1.HeaderClassName
{
color: #8C0DCA;
}
.AnyTagClassName
{
color: #8C0DCA;
}
</style>
background-color css
<style>
a { background-color: #8C0DCA; }
a { background-color: rgb(140,13,202); }
div.DivClassName
{
background-color: #8C0DCA;
}
.BgClassName
{
background-color: #8C0DCA;
}
</style>
border-color css
<style>
span { border-color: #8C0DCA; }
span { border-color: rgb(140,13,202); }
td.TdClassName
{
border-color: #8C0DCA;
}
.TagClassName
{
border-color: #8C0DCA;
}
</style>