Shades of Blue Violet #8432CE
Tints of Blue Violet #8432CE
RGB
CMYK
RGB Variations
Color information
#8432CE (or 0x8432CE) is known color: Blue Violet. HEX triplet: 84, 32 and CE. RGB value is (132,50,206). Sum of RGB (Red+Green+Blue) = 132+50+206=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #8432CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8432CE is #7BCD31. Grayscale: #5B5B5B. Windows color (decimal): -8113458 or 13513348. OLE color: 13513348.
HSL color Cylindrical-coordinate representation of color #8432CE: hue angle of 271.54º 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 #8432CE is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 50 | 206 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.19 |
| HSL | 271.54º | 0.61% | 0.5% | - |
| HSV(B) | 271.54º | 0.76% | 0.81% | - |
| XYZ | 21.8 | 11.64 | 59.49 | - |
| YUV | 92.3 | 192.17 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 206 | 0.36 | 0.76 | 0 | 0.19 | 271.54 | 0.61 | 0.5 |
| Hex | 84 | 32 | CE | 24 | 4C | 0 | 13 | 110 | 3D | 32 |
| Octal | 204 | 62 | 316 | 44 | 114 | 0 | 23 | 420 | 75 | 62 |
| Binary | 10000100 | 110010 | 11001110 | 100100 | 1001100 | 0 | 10011 | 100010000 | 111101 | 110010 |
Color Harmonies of #8432CE
Complementary color
Monochromatic Colors of #8432CE
Black with #8432CE
Text Example
Text Example
White with #8432CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8432CE; }
p { color: rgb(132,50,206); }
H1.HeaderClassName
{
color: #8432CE;
}
.AnyTagClassName
{
color: #8432CE;
}
</style>
background-color css
<style>
a { background-color: #8432CE; }
a { background-color: rgb(132,50,206); }
div.DivClassName
{
background-color: #8432CE;
}
.BgClassName
{
background-color: #8432CE;
}
</style>
border-color css
<style>
span { border-color: #8432CE; }
span { border-color: rgb(132,50,206); }
td.TdClassName
{
border-color: #8432CE;
}
.TagClassName
{
border-color: #8432CE;
}
</style>