Shades of Blue Violet #8C32E8
Tints of Blue Violet #8C32E8
RGB
CMYK
RGB Variations
Color information
#8C32E8 (or 0x8C32E8) is known color: Blue Violet. HEX triplet: 8C, 32 and E8. RGB value is (140,50,232). Sum of RGB (Red+Green+Blue) = 140+50+232=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 232 (91.02% from 255 or 54.98% from 422); Max value from RGB is 232 - color contains mainly: blue. Hex color #8C32E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C32E8 is #73CD17. Grayscale: #616161. Windows color (decimal): -7589144 or 15217292. OLE color: 15217292.
HSL color Cylindrical-coordinate representation of color #8C32E8: hue angle of 269.67º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C32E8 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 50 | 232 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.09 |
| HSL | 269.67º | 0.8% | 0.55% | - |
| HSV(B) | 269.67º | 0.78% | 0.91% | - |
| XYZ | 26.52 | 13.68 | 77.59 | - |
| YUV | 97.66 | 203.82 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 232 | 0.40 | 0.78 | 0 | 0.09 | 269.67 | 0.8 | 0.55 |
| Hex | 8C | 32 | E8 | 28 | 4E | 0 | 9 | 10E | 50 | 37 |
| Octal | 214 | 62 | 350 | 50 | 116 | 0 | 11 | 416 | 120 | 67 |
| Binary | 10001100 | 110010 | 11101000 | 101000 | 1001110 | 0 | 1001 | 100001110 | 1010000 | 110111 |
Color Harmonies of #8C32E8
Complementary color
Monochromatic Colors of #8C32E8
Black with #8C32E8
Text Example
Text Example
White with #8C32E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C32E8; }
p { color: rgb(140,50,232); }
H1.HeaderClassName
{
color: #8C32E8;
}
.AnyTagClassName
{
color: #8C32E8;
}
</style>
background-color css
<style>
a { background-color: #8C32E8; }
a { background-color: rgb(140,50,232); }
div.DivClassName
{
background-color: #8C32E8;
}
.BgClassName
{
background-color: #8C32E8;
}
</style>
border-color css
<style>
span { border-color: #8C32E8; }
span { border-color: rgb(140,50,232); }
td.TdClassName
{
border-color: #8C32E8;
}
.TagClassName
{
border-color: #8C32E8;
}
</style>