Shades of Blue Violet #9E40FA
Tints of Blue Violet #9E40FA
RGB
CMYK
RGB Variations
Color information
#9E40FA (or 0x9E40FA) is known color: Blue Violet. HEX triplet: 9E, 40 and FA. RGB value is (158,64,250). Sum of RGB (Red+Green+Blue) = 158+64+250=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E40FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E40FA is #61BF05. Grayscale: #707070. Windows color (decimal): -6405894 or 16400542. OLE color: 16400542.
HSL color Cylindrical-coordinate representation of color #9E40FA: hue angle of 270.32º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E40FA is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 64 | 250 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.02 |
| HSL | 270.32º | 0.95% | 0.62% | - |
| HSV(B) | 270.32º | 0.74% | 0.98% | - |
| XYZ | 33.19 | 17.84 | 92.14 | - |
| YUV | 113.31 | 205.14 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 250 | 0.37 | 0.74 | 0 | 0.02 | 270.32 | 0.95 | 0.62 |
| Hex | 9E | 40 | FA | 25 | 4A | 0 | 2 | 10E | 5F | 3E |
| Octal | 236 | 100 | 372 | 45 | 112 | 0 | 2 | 416 | 137 | 76 |
| Binary | 10011110 | 1000000 | 11111010 | 100101 | 1001010 | 0 | 10 | 100001110 | 1011111 | 111110 |
Color Harmonies of #9E40FA
Complementary color
Monochromatic Colors of #9E40FA
Black with #9E40FA
Text Example
Text Example
White with #9E40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E40FA; }
p { color: rgb(158,64,250); }
H1.HeaderClassName
{
color: #9E40FA;
}
.AnyTagClassName
{
color: #9E40FA;
}
</style>
background-color css
<style>
a { background-color: #9E40FA; }
a { background-color: rgb(158,64,250); }
div.DivClassName
{
background-color: #9E40FA;
}
.BgClassName
{
background-color: #9E40FA;
}
</style>
border-color css
<style>
span { border-color: #9E40FA; }
span { border-color: rgb(158,64,250); }
td.TdClassName
{
border-color: #9E40FA;
}
.TagClassName
{
border-color: #9E40FA;
}
</style>