Shades of Blue Violet #9E1EFA
Tints of Blue Violet #9E1EFA
RGB
CMYK
RGB Variations
Color information
#9E1EFA (or 0x9E1EFA) is known color: Blue Violet. HEX triplet: 9E, 1E and FA. RGB value is (158,30,250). Sum of RGB (Red+Green+Blue) = 158+30+250=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E1EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E1EFA is #61E105. Grayscale: #5C5C5C. Windows color (decimal): -6414598 or 16391838. OLE color: 16391838.
HSL color Cylindrical-coordinate representation of color #9E1EFA: hue angle of 274.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E1EFA is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 30 | 250 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.02 |
| HSL | 274.91º | 0.96% | 0.55% | - |
| HSV(B) | 274.91º | 0.88% | 0.98% | - |
| XYZ | 31.82 | 15.1 | 91.68 | - |
| YUV | 93.35 | 216.41 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 30 | 250 | 0.37 | 0.88 | 0 | 0.02 | 274.91 | 0.96 | 0.55 |
| Hex | 9E | 1E | FA | 25 | 58 | 0 | 2 | 113 | 60 | 37 |
| Octal | 236 | 36 | 372 | 45 | 130 | 0 | 2 | 423 | 140 | 67 |
| Binary | 10011110 | 11110 | 11111010 | 100101 | 1011000 | 0 | 10 | 100010011 | 1100000 | 110111 |
Color Harmonies of #9E1EFA
Complementary color
Monochromatic Colors of #9E1EFA
Black with #9E1EFA
Text Example
Text Example
White with #9E1EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1EFA; }
p { color: rgb(158,30,250); }
H1.HeaderClassName
{
color: #9E1EFA;
}
.AnyTagClassName
{
color: #9E1EFA;
}
</style>
background-color css
<style>
a { background-color: #9E1EFA; }
a { background-color: rgb(158,30,250); }
div.DivClassName
{
background-color: #9E1EFA;
}
.BgClassName
{
background-color: #9E1EFA;
}
</style>
border-color css
<style>
span { border-color: #9E1EFA; }
span { border-color: rgb(158,30,250); }
td.TdClassName
{
border-color: #9E1EFA;
}
.TagClassName
{
border-color: #9E1EFA;
}
</style>