Shades of Dark Violet #8116CB
Tints of Dark Violet #8116CB
RGB
CMYK
RGB Variations
Color information
#8116CB (or 0x8116CB) is known color: Dark Violet. HEX triplet: 81, 16 and CB. RGB value is (129,22,203). Sum of RGB (Red+Green+Blue) = 129+22+203=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #8116CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8116CB is #7EE934. Grayscale: #4A4A4A. Windows color (decimal): -8317237 or 13309569. OLE color: 13309569.
HSL color Cylindrical-coordinate representation of color #8116CB: hue angle of 275.47º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8116CB is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 22 | 203 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.20 |
| HSL | 275.47º | 0.8% | 0.44% | - |
| HSV(B) | 275.47º | 0.89% | 0.8% | - |
| XYZ | 20.12 | 9.55 | 57.28 | - |
| YUV | 74.63 | 200.45 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 22 | 203 | 0.36 | 0.89 | 0 | 0.20 | 275.47 | 0.8 | 0.44 |
| Hex | 81 | 16 | CB | 24 | 59 | 0 | 14 | 113 | 50 | 2C |
| Octal | 201 | 26 | 313 | 44 | 131 | 0 | 24 | 423 | 120 | 54 |
| Binary | 10000001 | 10110 | 11001011 | 100100 | 1011001 | 0 | 10100 | 100010011 | 1010000 | 101100 |
Color Harmonies of #8116CB
Complementary color
Monochromatic Colors of #8116CB
Black with #8116CB
Text Example
Text Example
White with #8116CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8116CB; }
p { color: rgb(129,22,203); }
H1.HeaderClassName
{
color: #8116CB;
}
.AnyTagClassName
{
color: #8116CB;
}
</style>
background-color css
<style>
a { background-color: #8116CB; }
a { background-color: rgb(129,22,203); }
div.DivClassName
{
background-color: #8116CB;
}
.BgClassName
{
background-color: #8116CB;
}
</style>
border-color css
<style>
span { border-color: #8116CB; }
span { border-color: rgb(129,22,203); }
td.TdClassName
{
border-color: #8116CB;
}
.TagClassName
{
border-color: #8116CB;
}
</style>