Shades of Blue Violet #8522CB
Tints of Blue Violet #8522CB
RGB
CMYK
RGB Variations
Color information
#8522CB (or 0x8522CB) is known color: Blue Violet. HEX triplet: 85, 22 and CB. RGB value is (133,34,203). Sum of RGB (Red+Green+Blue) = 133+34+203=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #8522CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8522CB is #7ADD34. Grayscale: #525252. Windows color (decimal): -8052021 or 13312645. OLE color: 13312645.
HSL color Cylindrical-coordinate representation of color #8522CB: hue angle of 275.15º 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 #8522CB is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 34 | 203 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.20 |
| HSL | 275.15º | 0.71% | 0.46% | - |
| HSV(B) | 275.15º | 0.83% | 0.8% | - |
| XYZ | 21.02 | 10.44 | 57.41 | - |
| YUV | 82.87 | 195.8 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 203 | 0.34 | 0.83 | 0 | 0.20 | 275.15 | 0.71 | 0.46 |
| Hex | 85 | 22 | CB | 22 | 53 | 0 | 14 | 113 | 47 | 2E |
| Octal | 205 | 42 | 313 | 42 | 123 | 0 | 24 | 423 | 107 | 56 |
| Binary | 10000101 | 100010 | 11001011 | 100010 | 1010011 | 0 | 10100 | 100010011 | 1000111 | 101110 |
Color Harmonies of #8522CB
Complementary color
Monochromatic Colors of #8522CB
Black with #8522CB
Text Example
Text Example
White with #8522CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8522CB; }
p { color: rgb(133,34,203); }
H1.HeaderClassName
{
color: #8522CB;
}
.AnyTagClassName
{
color: #8522CB;
}
</style>
background-color css
<style>
a { background-color: #8522CB; }
a { background-color: rgb(133,34,203); }
div.DivClassName
{
background-color: #8522CB;
}
.BgClassName
{
background-color: #8522CB;
}
</style>
border-color css
<style>
span { border-color: #8522CB; }
span { border-color: rgb(133,34,203); }
td.TdClassName
{
border-color: #8522CB;
}
.TagClassName
{
border-color: #8522CB;
}
</style>