Shades of Blue Violet #9E30F9
Tints of Blue Violet #9E30F9
RGB
CMYK
RGB Variations
Color information
#9E30F9 (or 0x9E30F9) is known color: Blue Violet. HEX triplet: 9E, 30 and F9. RGB value is (158,48,249). Sum of RGB (Red+Green+Blue) = 158+48+249=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 48 (19.14% from 255 or 10.55% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #9E30F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E30F9 is #61CF06. Grayscale: #676767. Windows color (decimal): -6409991 or 16330910. OLE color: 16330910.
HSL color Cylindrical-coordinate representation of color #9E30F9: hue angle of 272.84º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E30F9 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 48 | 249 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.02 |
| HSL | 272.84º | 0.94% | 0.58% | - |
| HSV(B) | 272.84º | 0.81% | 0.98% | - |
| XYZ | 32.26 | 16.22 | 91.05 | - |
| YUV | 103.8 | 209.94 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 249 | 0.37 | 0.81 | 0 | 0.02 | 272.84 | 0.94 | 0.58 |
| Hex | 9E | 30 | F9 | 25 | 51 | 0 | 2 | 111 | 5E | 3A |
| Octal | 236 | 60 | 371 | 45 | 121 | 0 | 2 | 421 | 136 | 72 |
| Binary | 10011110 | 110000 | 11111001 | 100101 | 1010001 | 0 | 10 | 100010001 | 1011110 | 111010 |
Color Harmonies of #9E30F9
Complementary color
Monochromatic Colors of #9E30F9
Black with #9E30F9
Text Example
Text Example
White with #9E30F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E30F9; }
p { color: rgb(158,48,249); }
H1.HeaderClassName
{
color: #9E30F9;
}
.AnyTagClassName
{
color: #9E30F9;
}
</style>
background-color css
<style>
a { background-color: #9E30F9; }
a { background-color: rgb(158,48,249); }
div.DivClassName
{
background-color: #9E30F9;
}
.BgClassName
{
background-color: #9E30F9;
}
</style>
border-color css
<style>
span { border-color: #9E30F9; }
span { border-color: rgb(158,48,249); }
td.TdClassName
{
border-color: #9E30F9;
}
.TagClassName
{
border-color: #9E30F9;
}
</style>