Shades of Blue Violet #8532CE
Tints of Blue Violet #8532CE
RGB
CMYK
RGB Variations
Color information
#8532CE (or 0x8532CE) is known color: Blue Violet. HEX triplet: 85, 32 and CE. RGB value is (133,50,206). Sum of RGB (Red+Green+Blue) = 133+50+206=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #8532CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8532CE is #7ACD31. Grayscale: #5C5C5C. Windows color (decimal): -8047922 or 13513349. OLE color: 13513349.
HSL color Cylindrical-coordinate representation of color #8532CE: hue angle of 271.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8532CE is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 50 | 206 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.19 |
| HSL | 271.92º | 0.61% | 0.5% | - |
| HSV(B) | 271.92º | 0.76% | 0.81% | - |
| XYZ | 21.95 | 11.72 | 59.5 | - |
| YUV | 92.6 | 192 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 206 | 0.35 | 0.76 | 0 | 0.19 | 271.92 | 0.61 | 0.5 |
| Hex | 85 | 32 | CE | 23 | 4C | 0 | 13 | 110 | 3D | 32 |
| Octal | 205 | 62 | 316 | 43 | 114 | 0 | 23 | 420 | 75 | 62 |
| Binary | 10000101 | 110010 | 11001110 | 100011 | 1001100 | 0 | 10011 | 100010000 | 111101 | 110010 |
Color Harmonies of #8532CE
Complementary color
Monochromatic Colors of #8532CE
Black with #8532CE
Text Example
Text Example
White with #8532CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8532CE; }
p { color: rgb(133,50,206); }
H1.HeaderClassName
{
color: #8532CE;
}
.AnyTagClassName
{
color: #8532CE;
}
</style>
background-color css
<style>
a { background-color: #8532CE; }
a { background-color: rgb(133,50,206); }
div.DivClassName
{
background-color: #8532CE;
}
.BgClassName
{
background-color: #8532CE;
}
</style>
border-color css
<style>
span { border-color: #8532CE; }
span { border-color: rgb(133,50,206); }
td.TdClassName
{
border-color: #8532CE;
}
.TagClassName
{
border-color: #8532CE;
}
</style>