Shades of Dark Violet #8016C5
Tints of Dark Violet #8016C5
RGB
CMYK
RGB Variations
Color information
#8016C5 (or 0x8016C5) is known color: Dark Violet. HEX triplet: 80, 16 and C5. RGB value is (128,22,197). Sum of RGB (Red+Green+Blue) = 128+22+197=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 197 (77.34% from 255 or 56.77% from 347); Max value from RGB is 197 - color contains mainly: blue. Hex color #8016C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8016C5 is #7FE93A. Grayscale: #494949. Windows color (decimal): -8382779 or 12916352. OLE color: 12916352.
HSL color Cylindrical-coordinate representation of color #8016C5: hue angle of 276.34º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8016C5 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 22 | 197 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.23 |
| HSL | 276.34º | 0.8% | 0.43% | - |
| HSV(B) | 276.34º | 0.89% | 0.77% | - |
| XYZ | 19.27 | 9.19 | 53.58 | - |
| YUV | 73.64 | 197.62 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 197 | 0.35 | 0.89 | 0 | 0.23 | 276.34 | 0.8 | 0.43 |
| Hex | 80 | 16 | C5 | 23 | 59 | 0 | 17 | 114 | 50 | 2B |
| Octal | 200 | 26 | 305 | 43 | 131 | 0 | 27 | 424 | 120 | 53 |
| Binary | 10000000 | 10110 | 11000101 | 100011 | 1011001 | 0 | 10111 | 100010100 | 1010000 | 101011 |
Color Harmonies of #8016C5
Complementary color
Monochromatic Colors of #8016C5
Black with #8016C5
Text Example
Text Example
White with #8016C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8016C5; }
p { color: rgb(128,22,197); }
H1.HeaderClassName
{
color: #8016C5;
}
.AnyTagClassName
{
color: #8016C5;
}
</style>
background-color css
<style>
a { background-color: #8016C5; }
a { background-color: rgb(128,22,197); }
div.DivClassName
{
background-color: #8016C5;
}
.BgClassName
{
background-color: #8016C5;
}
</style>
border-color css
<style>
span { border-color: #8016C5; }
span { border-color: rgb(128,22,197); }
td.TdClassName
{
border-color: #8016C5;
}
.TagClassName
{
border-color: #8016C5;
}
</style>