Shades of Blue Violet #8532CF
Tints of Blue Violet #8532CF
RGB
CMYK
RGB Variations
Color information
#8532CF (or 0x8532CF) is known color: Blue Violet. HEX triplet: 85, 32 and CF. RGB value is (133,50,207). Sum of RGB (Red+Green+Blue) = 133+50+207=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #8532CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8532CF is #7ACD30. Grayscale: #5C5C5C. Windows color (decimal): -8047921 or 13578885. OLE color: 13578885.
HSL color Cylindrical-coordinate representation of color #8532CF: hue angle of 271.72º degrees, saturation: 0.62, 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 #8532CF is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 50 | 207 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.19 |
| HSL | 271.72º | 0.62% | 0.5% | - |
| HSV(B) | 271.72º | 0.76% | 0.81% | - |
| XYZ | 22.08 | 11.77 | 60.14 | - |
| YUV | 92.72 | 192.5 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 207 | 0.36 | 0.76 | 0 | 0.19 | 271.72 | 0.62 | 0.5 |
| Hex | 85 | 32 | CF | 24 | 4C | 0 | 13 | 110 | 3E | 32 |
| Octal | 205 | 62 | 317 | 44 | 114 | 0 | 23 | 420 | 76 | 62 |
| Binary | 10000101 | 110010 | 11001111 | 100100 | 1001100 | 0 | 10011 | 100010000 | 111110 | 110010 |
Color Harmonies of #8532CF
Complementary color
Monochromatic Colors of #8532CF
Black with #8532CF
Text Example
Text Example
White with #8532CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8532CF; }
p { color: rgb(133,50,207); }
H1.HeaderClassName
{
color: #8532CF;
}
.AnyTagClassName
{
color: #8532CF;
}
</style>
background-color css
<style>
a { background-color: #8532CF; }
a { background-color: rgb(133,50,207); }
div.DivClassName
{
background-color: #8532CF;
}
.BgClassName
{
background-color: #8532CF;
}
</style>
border-color css
<style>
span { border-color: #8532CF; }
span { border-color: rgb(133,50,207); }
td.TdClassName
{
border-color: #8532CF;
}
.TagClassName
{
border-color: #8532CF;
}
</style>