Shades of Dark Violet #8016CB
Tints of Dark Violet #8016CB
RGB
CMYK
RGB Variations
Color information
#8016CB (or 0x8016CB) is known color: Dark Violet. HEX triplet: 80, 16 and CB. RGB value is (128,22,203). Sum of RGB (Red+Green+Blue) = 128+22+203=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 22 (8.98% from 255 or 6.23% 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 #8016CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8016CB is #7FE934. Grayscale: #494949. Windows color (decimal): -8382773 or 13309568. OLE color: 13309568.
HSL color Cylindrical-coordinate representation of color #8016CB: hue angle of 275.14º 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 #8016CB is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 22 | 203 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.20 |
| HSL | 275.14º | 0.8% | 0.44% | - |
| HSV(B) | 275.14º | 0.89% | 0.8% | - |
| XYZ | 19.97 | 9.47 | 57.28 | - |
| YUV | 74.33 | 200.62 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 203 | 0.37 | 0.89 | 0 | 0.20 | 275.14 | 0.8 | 0.44 |
| Hex | 80 | 16 | CB | 25 | 59 | 0 | 14 | 113 | 50 | 2C |
| Octal | 200 | 26 | 313 | 45 | 131 | 0 | 24 | 423 | 120 | 54 |
| Binary | 10000000 | 10110 | 11001011 | 100101 | 1011001 | 0 | 10100 | 100010011 | 1010000 | 101100 |
Color Harmonies of #8016CB
Complementary color
Monochromatic Colors of #8016CB
Black with #8016CB
Text Example
Text Example
White with #8016CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8016CB; }
p { color: rgb(128,22,203); }
H1.HeaderClassName
{
color: #8016CB;
}
.AnyTagClassName
{
color: #8016CB;
}
</style>
background-color css
<style>
a { background-color: #8016CB; }
a { background-color: rgb(128,22,203); }
div.DivClassName
{
background-color: #8016CB;
}
.BgClassName
{
background-color: #8016CB;
}
</style>
border-color css
<style>
span { border-color: #8016CB; }
span { border-color: rgb(128,22,203); }
td.TdClassName
{
border-color: #8016CB;
}
.TagClassName
{
border-color: #8016CB;
}
</style>