Shades of Blue Violet #8532E1
Tints of Blue Violet #8532E1
RGB
CMYK
RGB Variations
Color information
#8532E1 (or 0x8532E1) is known color: Blue Violet. HEX triplet: 85, 32 and E1. RGB value is (133,50,225). Sum of RGB (Red+Green+Blue) = 133+50+225=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 225 (88.28% from 255 or 55.15% from 408); Max value from RGB is 225 - color contains mainly: blue. Hex color #8532E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8532E1 is #7ACD1E. Grayscale: #5E5E5E. Windows color (decimal): -8047903 or 14758533. OLE color: 14758533.
HSL color Cylindrical-coordinate representation of color #8532E1: hue angle of 268.46º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8532E1 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 50 | 225 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.12 |
| HSL | 268.46º | 0.74% | 0.54% | - |
| HSV(B) | 268.46º | 0.78% | 0.88% | - |
| XYZ | 24.4 | 12.7 | 72.4 | - |
| YUV | 94.77 | 201.5 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 225 | 0.41 | 0.78 | 0 | 0.12 | 268.46 | 0.74 | 0.54 |
| Hex | 85 | 32 | E1 | 29 | 4E | 0 | C | 10C | 4A | 36 |
| Octal | 205 | 62 | 341 | 51 | 116 | 0 | 14 | 414 | 112 | 66 |
| Binary | 10000101 | 110010 | 11100001 | 101001 | 1001110 | 0 | 1100 | 100001100 | 1001010 | 110110 |
Color Harmonies of #8532E1
Complementary color
Monochromatic Colors of #8532E1
Black with #8532E1
Text Example
Text Example
White with #8532E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8532E1; }
p { color: rgb(133,50,225); }
H1.HeaderClassName
{
color: #8532E1;
}
.AnyTagClassName
{
color: #8532E1;
}
</style>
background-color css
<style>
a { background-color: #8532E1; }
a { background-color: rgb(133,50,225); }
div.DivClassName
{
background-color: #8532E1;
}
.BgClassName
{
background-color: #8532E1;
}
</style>
border-color css
<style>
span { border-color: #8532E1; }
span { border-color: rgb(133,50,225); }
td.TdClassName
{
border-color: #8532E1;
}
.TagClassName
{
border-color: #8532E1;
}
</style>