Shades of Blue Violet #8220CE
Tints of Blue Violet #8220CE
RGB
CMYK
RGB Variations
Color information
#8220CE (or 0x8220CE) is known color: Blue Violet. HEX triplet: 82, 20 and CE. RGB value is (130,32,206). Sum of RGB (Red+Green+Blue) = 130+32+206=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 32 (12.89% from 255 or 8.70% 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 #8220CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8220CE is #7DDF31. Grayscale: #505050. Windows color (decimal): -8249138 or 13508738. OLE color: 13508738.
HSL color Cylindrical-coordinate representation of color #8220CE: hue angle of 273.79º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8220CE is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 32 | 206 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.19 |
| HSL | 273.79º | 0.73% | 0.47% | - |
| HSV(B) | 273.79º | 0.84% | 0.81% | - |
| XYZ | 20.86 | 10.24 | 59.27 | - |
| YUV | 81.14 | 198.47 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 206 | 0.37 | 0.84 | 0 | 0.19 | 273.79 | 0.73 | 0.47 |
| Hex | 82 | 20 | CE | 25 | 54 | 0 | 13 | 112 | 49 | 2F |
| Octal | 202 | 40 | 316 | 45 | 124 | 0 | 23 | 422 | 111 | 57 |
| Binary | 10000010 | 100000 | 11001110 | 100101 | 1010100 | 0 | 10011 | 100010010 | 1001001 | 101111 |
Color Harmonies of #8220CE
Complementary color
Monochromatic Colors of #8220CE
Black with #8220CE
Text Example
Text Example
White with #8220CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8220CE; }
p { color: rgb(130,32,206); }
H1.HeaderClassName
{
color: #8220CE;
}
.AnyTagClassName
{
color: #8220CE;
}
</style>
background-color css
<style>
a { background-color: #8220CE; }
a { background-color: rgb(130,32,206); }
div.DivClassName
{
background-color: #8220CE;
}
.BgClassName
{
background-color: #8220CE;
}
</style>
border-color css
<style>
span { border-color: #8220CE; }
span { border-color: rgb(130,32,206); }
td.TdClassName
{
border-color: #8220CE;
}
.TagClassName
{
border-color: #8220CE;
}
</style>