Shades of Dark Violet #8C0BCD
Tints of Dark Violet #8C0BCD
RGB
CMYK
RGB Variations
Color information
#8C0BCD (or 0x8C0BCD) is known color: Dark Violet. HEX triplet: 8C, 0B and CD. RGB value is (140,11,205). Sum of RGB (Red+Green+Blue) = 140+11+205=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C0BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0BCD is #73F432. Grayscale: #474747. Windows color (decimal): -7599155 or 13437836. OLE color: 13437836.
HSL color Cylindrical-coordinate representation of color #8C0BCD: hue angle of 279.9º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0BCD is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 11 | 205 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.20 |
| HSL | 279.9º | 0.9% | 0.42% | - |
| HSV(B) | 279.9º | 0.95% | 0.8% | - |
| XYZ | 21.95 | 10.22 | 58.57 | - |
| YUV | 71.69 | 203.24 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 205 | 0.32 | 0.95 | 0 | 0.20 | 279.9 | 0.9 | 0.42 |
| Hex | 8C | B | CD | 20 | 5F | 0 | 14 | 118 | 5A | 2A |
| Octal | 214 | 13 | 315 | 40 | 137 | 0 | 24 | 430 | 132 | 52 |
| Binary | 10001100 | 1011 | 11001101 | 100000 | 1011111 | 0 | 10100 | 100011000 | 1011010 | 101010 |
Color Harmonies of #8C0BCD
Complementary color
Monochromatic Colors of #8C0BCD
Black with #8C0BCD
Text Example
Text Example
White with #8C0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0BCD; }
p { color: rgb(140,11,205); }
H1.HeaderClassName
{
color: #8C0BCD;
}
.AnyTagClassName
{
color: #8C0BCD;
}
</style>
background-color css
<style>
a { background-color: #8C0BCD; }
a { background-color: rgb(140,11,205); }
div.DivClassName
{
background-color: #8C0BCD;
}
.BgClassName
{
background-color: #8C0BCD;
}
</style>
border-color css
<style>
span { border-color: #8C0BCD; }
span { border-color: rgb(140,11,205); }
td.TdClassName
{
border-color: #8C0BCD;
}
.TagClassName
{
border-color: #8C0BCD;
}
</style>