Shades of Dark Violet #8115CB
Tints of Dark Violet #8115CB
RGB
CMYK
RGB Variations
Color information
#8115CB (or 0x8115CB) is known color: Dark Violet. HEX triplet: 81, 15 and CB. RGB value is (129,21,203). Sum of RGB (Red+Green+Blue) = 129+21+203=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #8115CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8115CB is #7EEA34. Grayscale: #494949. Windows color (decimal): -8317493 or 13309313. OLE color: 13309313.
HSL color Cylindrical-coordinate representation of color #8115CB: hue angle of 275.6º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8115CB is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 21 | 203 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.20 |
| HSL | 275.6º | 0.81% | 0.44% | - |
| HSV(B) | 275.6º | 0.9% | 0.8% | - |
| XYZ | 20.1 | 9.52 | 57.28 | - |
| YUV | 74.04 | 200.78 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 203 | 0.36 | 0.90 | 0 | 0.20 | 275.6 | 0.81 | 0.44 |
| Hex | 81 | 15 | CB | 24 | 5A | 0 | 14 | 114 | 51 | 2C |
| Octal | 201 | 25 | 313 | 44 | 132 | 0 | 24 | 424 | 121 | 54 |
| Binary | 10000001 | 10101 | 11001011 | 100100 | 1011010 | 0 | 10100 | 100010100 | 1010001 | 101100 |
Color Harmonies of #8115CB
Complementary color
Monochromatic Colors of #8115CB
Black with #8115CB
Text Example
Text Example
White with #8115CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8115CB; }
p { color: rgb(129,21,203); }
H1.HeaderClassName
{
color: #8115CB;
}
.AnyTagClassName
{
color: #8115CB;
}
</style>
background-color css
<style>
a { background-color: #8115CB; }
a { background-color: rgb(129,21,203); }
div.DivClassName
{
background-color: #8115CB;
}
.BgClassName
{
background-color: #8115CB;
}
</style>
border-color css
<style>
span { border-color: #8115CB; }
span { border-color: rgb(129,21,203); }
td.TdClassName
{
border-color: #8115CB;
}
.TagClassName
{
border-color: #8115CB;
}
</style>