Shades of Blue Violet #9E30FB
Tints of Blue Violet #9E30FB
RGB
CMYK
RGB Variations
Color information
#9E30FB (or 0x9E30FB) is known color: Blue Violet. HEX triplet: 9E, 30 and FB. RGB value is (158,48,251). Sum of RGB (Red+Green+Blue) = 158+48+251=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E30FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E30FB is #61CF04. Grayscale: #676767. Windows color (decimal): -6409989 or 16461982. OLE color: 16461982.
HSL color Cylindrical-coordinate representation of color #9E30FB: hue angle of 272.51º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E30FB is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 48 | 251 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.02 |
| HSL | 272.51º | 0.96% | 0.59% | - |
| HSV(B) | 272.51º | 0.81% | 0.98% | - |
| XYZ | 32.57 | 16.35 | 92.71 | - |
| YUV | 104.03 | 210.94 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 251 | 0.37 | 0.81 | 0 | 0.02 | 272.51 | 0.96 | 0.59 |
| Hex | 9E | 30 | FB | 25 | 51 | 0 | 2 | 111 | 60 | 3B |
| Octal | 236 | 60 | 373 | 45 | 121 | 0 | 2 | 421 | 140 | 73 |
| Binary | 10011110 | 110000 | 11111011 | 100101 | 1010001 | 0 | 10 | 100010001 | 1100000 | 111011 |
Color Harmonies of #9E30FB
Complementary color
Monochromatic Colors of #9E30FB
Black with #9E30FB
Text Example
Text Example
White with #9E30FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E30FB; }
p { color: rgb(158,48,251); }
H1.HeaderClassName
{
color: #9E30FB;
}
.AnyTagClassName
{
color: #9E30FB;
}
</style>
background-color css
<style>
a { background-color: #9E30FB; }
a { background-color: rgb(158,48,251); }
div.DivClassName
{
background-color: #9E30FB;
}
.BgClassName
{
background-color: #9E30FB;
}
</style>
border-color css
<style>
span { border-color: #9E30FB; }
span { border-color: rgb(158,48,251); }
td.TdClassName
{
border-color: #9E30FB;
}
.TagClassName
{
border-color: #9E30FB;
}
</style>