Shades of Dark Violet #8C0BCA
Tints of Dark Violet #8C0BCA
RGB
CMYK
RGB Variations
Color information
#8C0BCA (or 0x8C0BCA) is known color: Dark Violet. HEX triplet: 8C, 0B and CA. RGB value is (140,11,202). Sum of RGB (Red+Green+Blue) = 140+11+202=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C0BCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0BCA is #73F435. Grayscale: #464646. Windows color (decimal): -7599158 or 13241228. OLE color: 13241228.
HSL color Cylindrical-coordinate representation of color #8C0BCA: hue angle of 280.52º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0BCA is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 11 | 202 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.21 |
| HSL | 280.52º | 0.9% | 0.42% | - |
| HSV(B) | 280.52º | 0.95% | 0.79% | - |
| XYZ | 21.6 | 10.08 | 56.68 | - |
| YUV | 71.35 | 201.74 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 202 | 0.31 | 0.95 | 0 | 0.21 | 280.52 | 0.9 | 0.42 |
| Hex | 8C | B | CA | 1F | 5F | 0 | 15 | 119 | 5A | 2A |
| Octal | 214 | 13 | 312 | 37 | 137 | 0 | 25 | 431 | 132 | 52 |
| Binary | 10001100 | 1011 | 11001010 | 11111 | 1011111 | 0 | 10101 | 100011001 | 1011010 | 101010 |
Color Harmonies of #8C0BCA
Complementary color
Monochromatic Colors of #8C0BCA
Black with #8C0BCA
Text Example
Text Example
White with #8C0BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0BCA; }
p { color: rgb(140,11,202); }
H1.HeaderClassName
{
color: #8C0BCA;
}
.AnyTagClassName
{
color: #8C0BCA;
}
</style>
background-color css
<style>
a { background-color: #8C0BCA; }
a { background-color: rgb(140,11,202); }
div.DivClassName
{
background-color: #8C0BCA;
}
.BgClassName
{
background-color: #8C0BCA;
}
</style>
border-color css
<style>
span { border-color: #8C0BCA; }
span { border-color: rgb(140,11,202); }
td.TdClassName
{
border-color: #8C0BCA;
}
.TagClassName
{
border-color: #8C0BCA;
}
</style>