Shades of Dark Violet #8C08CB
Tints of Dark Violet #8C08CB
RGB
CMYK
RGB Variations
Color information
#8C08CB (or 0x8C08CB) is known color: Dark Violet. HEX triplet: 8C, 08 and CB. RGB value is (140,8,203). Sum of RGB (Red+Green+Blue) = 140+8+203=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C08CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C08CB is #73F734. Grayscale: #454545. Windows color (decimal): -7599925 or 13305996. OLE color: 13305996.
HSL color Cylindrical-coordinate representation of color #8C08CB: hue angle of 280.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C08CB is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 8 | 203 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.20 |
| HSL | 280.62º | 0.92% | 0.41% | - |
| HSV(B) | 280.62º | 0.96% | 0.8% | - |
| XYZ | 21.68 | 10.06 | 57.3 | - |
| YUV | 69.7 | 203.23 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 203 | 0.31 | 0.96 | 0 | 0.20 | 280.62 | 0.92 | 0.41 |
| Hex | 8C | 8 | CB | 1F | 60 | 0 | 14 | 119 | 5C | 29 |
| Octal | 214 | 10 | 313 | 37 | 140 | 0 | 24 | 431 | 134 | 51 |
| Binary | 10001100 | 1000 | 11001011 | 11111 | 1100000 | 0 | 10100 | 100011001 | 1011100 | 101001 |
Color Harmonies of #8C08CB
Complementary color
Monochromatic Colors of #8C08CB
Black with #8C08CB
Text Example
Text Example
White with #8C08CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C08CB; }
p { color: rgb(140,8,203); }
H1.HeaderClassName
{
color: #8C08CB;
}
.AnyTagClassName
{
color: #8C08CB;
}
</style>
background-color css
<style>
a { background-color: #8C08CB; }
a { background-color: rgb(140,8,203); }
div.DivClassName
{
background-color: #8C08CB;
}
.BgClassName
{
background-color: #8C08CB;
}
</style>
border-color css
<style>
span { border-color: #8C08CB; }
span { border-color: rgb(140,8,203); }
td.TdClassName
{
border-color: #8C08CB;
}
.TagClassName
{
border-color: #8C08CB;
}
</style>