Shades of Blue Violet #8022CE
Tints of Blue Violet #8022CE
RGB
CMYK
RGB Variations
Color information
#8022CE (or 0x8022CE) is known color: Blue Violet. HEX triplet: 80, 22 and CE. RGB value is (128,34,206). Sum of RGB (Red+Green+Blue) = 128+34+206=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #8022CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8022CE is #7FDD31. Grayscale: #515151. Windows color (decimal): -8379698 or 13509248. OLE color: 13509248.
HSL color Cylindrical-coordinate representation of color #8022CE: hue angle of 272.79º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8022CE is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 34 | 206 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.19 |
| HSL | 272.79º | 0.72% | 0.47% | - |
| HSV(B) | 272.79º | 0.83% | 0.81% | - |
| XYZ | 20.61 | 10.19 | 59.27 | - |
| YUV | 81.71 | 198.14 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 206 | 0.38 | 0.83 | 0 | 0.19 | 272.79 | 0.72 | 0.47 |
| Hex | 80 | 22 | CE | 26 | 53 | 0 | 13 | 111 | 48 | 2F |
| Octal | 200 | 42 | 316 | 46 | 123 | 0 | 23 | 421 | 110 | 57 |
| Binary | 10000000 | 100010 | 11001110 | 100110 | 1010011 | 0 | 10011 | 100010001 | 1001000 | 101111 |
Color Harmonies of #8022CE
Complementary color
Monochromatic Colors of #8022CE
Black with #8022CE
Text Example
Text Example
White with #8022CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8022CE; }
p { color: rgb(128,34,206); }
H1.HeaderClassName
{
color: #8022CE;
}
.AnyTagClassName
{
color: #8022CE;
}
</style>
background-color css
<style>
a { background-color: #8022CE; }
a { background-color: rgb(128,34,206); }
div.DivClassName
{
background-color: #8022CE;
}
.BgClassName
{
background-color: #8022CE;
}
</style>
border-color css
<style>
span { border-color: #8022CE; }
span { border-color: rgb(128,34,206); }
td.TdClassName
{
border-color: #8022CE;
}
.TagClassName
{
border-color: #8022CE;
}
</style>