Shades of Blue Violet #9E4AFB
Tints of Blue Violet #9E4AFB
RGB
CMYK
RGB Variations
Color information
#9E4AFB (or 0x9E4AFB) is known color: Blue Violet. HEX triplet: 9E, 4A and FB. RGB value is (158,74,251). Sum of RGB (Red+Green+Blue) = 158+74+251=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E4AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4AFB is #61B504. Grayscale: #767676. Windows color (decimal): -6403333 or 16468638. OLE color: 16468638.
HSL color Cylindrical-coordinate representation of color #9E4AFB: hue angle of 268.47º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E4AFB is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 74 | 251 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.02 |
| HSL | 268.47º | 0.96% | 0.64% | - |
| HSV(B) | 268.47º | 0.71% | 0.98% | - |
| XYZ | 33.96 | 19.13 | 93.17 | - |
| YUV | 119.29 | 202.33 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 251 | 0.37 | 0.71 | 0 | 0.02 | 268.47 | 0.96 | 0.64 |
| Hex | 9E | 4A | FB | 25 | 47 | 0 | 2 | 10C | 60 | 40 |
| Octal | 236 | 112 | 373 | 45 | 107 | 0 | 2 | 414 | 140 | 100 |
| Binary | 10011110 | 1001010 | 11111011 | 100101 | 1000111 | 0 | 10 | 100001100 | 1100000 | 1000000 |
Color Harmonies of #9E4AFB
Complementary color
Monochromatic Colors of #9E4AFB
Black with #9E4AFB
Text Example
Text Example
White with #9E4AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4AFB; }
p { color: rgb(158,74,251); }
H1.HeaderClassName
{
color: #9E4AFB;
}
.AnyTagClassName
{
color: #9E4AFB;
}
</style>
background-color css
<style>
a { background-color: #9E4AFB; }
a { background-color: rgb(158,74,251); }
div.DivClassName
{
background-color: #9E4AFB;
}
.BgClassName
{
background-color: #9E4AFB;
}
</style>
border-color css
<style>
span { border-color: #9E4AFB; }
span { border-color: rgb(158,74,251); }
td.TdClassName
{
border-color: #9E4AFB;
}
.TagClassName
{
border-color: #9E4AFB;
}
</style>