Shades of Blue Violet #8222CB
Tints of Blue Violet #8222CB
RGB
CMYK
RGB Variations
Color information
#8222CB (or 0x8222CB) is known color: Blue Violet. HEX triplet: 82, 22 and CB. RGB value is (130,34,203). Sum of RGB (Red+Green+Blue) = 130+34+203=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #8222CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8222CB is #7DDD34. Grayscale: #515151. Windows color (decimal): -8248629 or 13312642. OLE color: 13312642.
HSL color Cylindrical-coordinate representation of color #8222CB: hue angle of 274.08º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8222CB is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 34 | 203 | - |
| CMYK | 0.36 | 0.83 | 0 | 0.20 |
| HSL | 274.08º | 0.71% | 0.46% | - |
| HSV(B) | 274.08º | 0.83% | 0.8% | - |
| XYZ | 20.56 | 10.2 | 57.39 | - |
| YUV | 81.97 | 196.3 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 203 | 0.36 | 0.83 | 0 | 0.20 | 274.08 | 0.71 | 0.46 |
| Hex | 82 | 22 | CB | 24 | 53 | 0 | 14 | 112 | 47 | 2E |
| Octal | 202 | 42 | 313 | 44 | 123 | 0 | 24 | 422 | 107 | 56 |
| Binary | 10000010 | 100010 | 11001011 | 100100 | 1010011 | 0 | 10100 | 100010010 | 1000111 | 101110 |
Color Harmonies of #8222CB
Complementary color
Monochromatic Colors of #8222CB
Black with #8222CB
Text Example
Text Example
White with #8222CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8222CB; }
p { color: rgb(130,34,203); }
H1.HeaderClassName
{
color: #8222CB;
}
.AnyTagClassName
{
color: #8222CB;
}
</style>
background-color css
<style>
a { background-color: #8222CB; }
a { background-color: rgb(130,34,203); }
div.DivClassName
{
background-color: #8222CB;
}
.BgClassName
{
background-color: #8222CB;
}
</style>
border-color css
<style>
span { border-color: #8222CB; }
span { border-color: rgb(130,34,203); }
td.TdClassName
{
border-color: #8222CB;
}
.TagClassName
{
border-color: #8222CB;
}
</style>