Shades of Blue Violet #9E32F8
Tints of Blue Violet #9E32F8
RGB
CMYK
RGB Variations
Color information
#9E32F8 (or 0x9E32F8) is known color: Blue Violet. HEX triplet: 9E, 32 and F8. RGB value is (158,50,248). Sum of RGB (Red+Green+Blue) = 158+50+248=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 248 (97.27% from 255 or 54.39% from 456); Max value from RGB is 248 - color contains mainly: blue. Hex color #9E32F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E32F8 is #61CD07. Grayscale: #686868. Windows color (decimal): -6409480 or 16265886. OLE color: 16265886.
HSL color Cylindrical-coordinate representation of color #9E32F8: hue angle of 272.73º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E32F8 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 158 | 50 | 248 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.03 |
| HSL | 272.73º | 0.93% | 0.58% | - |
| HSV(B) | 272.73º | 0.8% | 0.97% | - |
| XYZ | 32.18 | 16.33 | 90.26 | - |
| YUV | 104.86 | 208.78 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 248 | 0.36 | 0.80 | 0 | 0.03 | 272.73 | 0.93 | 0.58 |
| Hex | 9E | 32 | F8 | 24 | 50 | 0 | 3 | 111 | 5D | 3A |
| Octal | 236 | 62 | 370 | 44 | 120 | 0 | 3 | 421 | 135 | 72 |
| Binary | 10011110 | 110010 | 11111000 | 100100 | 1010000 | 0 | 11 | 100010001 | 1011101 | 111010 |
Color Harmonies of #9E32F8
Complementary color
Monochromatic Colors of #9E32F8
Black with #9E32F8
Text Example
Text Example
White with #9E32F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E32F8; }
p { color: rgb(158,50,248); }
H1.HeaderClassName
{
color: #9E32F8;
}
.AnyTagClassName
{
color: #9E32F8;
}
</style>
background-color css
<style>
a { background-color: #9E32F8; }
a { background-color: rgb(158,50,248); }
div.DivClassName
{
background-color: #9E32F8;
}
.BgClassName
{
background-color: #9E32F8;
}
</style>
border-color css
<style>
span { border-color: #9E32F8; }
span { border-color: rgb(158,50,248); }
td.TdClassName
{
border-color: #9E32F8;
}
.TagClassName
{
border-color: #9E32F8;
}
</style>