Shades of Blue Violet #9E4AFE
Tints of Blue Violet #9E4AFE
RGB
CMYK
RGB Variations
Color information
#9E4AFE (or 0x9E4AFE) is known color: Blue Violet. HEX triplet: 9E, 4A and FE. RGB value is (158,74,254). Sum of RGB (Red+Green+Blue) = 158+74+254=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E4AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4AFE is #61B501. Grayscale: #777777. Windows color (decimal): -6403330 or 16665246. OLE color: 16665246.
HSL color Cylindrical-coordinate representation of color #9E4AFE: hue angle of 268º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E4AFE is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 74 | 254 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.00 |
| HSL | 268º | 0.99% | 0.64% | - |
| HSV(B) | 268º | 0.71% | 1% | - |
| XYZ | 34.44 | 19.32 | 95.68 | - |
| YUV | 119.64 | 203.83 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 254 | 0.38 | 0.71 | 0 | 0.00 | 268 | 0.99 | 0.64 |
| Hex | 9E | 4A | FE | 26 | 47 | 0 | 0 | 10C | 63 | 40 |
| Octal | 236 | 112 | 376 | 46 | 107 | 0 | 0 | 414 | 143 | 100 |
| Binary | 10011110 | 1001010 | 11111110 | 100110 | 1000111 | 0 | 0 | 100001100 | 1100011 | 1000000 |
Color Harmonies of #9E4AFE
Complementary color
Monochromatic Colors of #9E4AFE
Black with #9E4AFE
Text Example
Text Example
White with #9E4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4AFE; }
p { color: rgb(158,74,254); }
H1.HeaderClassName
{
color: #9E4AFE;
}
.AnyTagClassName
{
color: #9E4AFE;
}
</style>
background-color css
<style>
a { background-color: #9E4AFE; }
a { background-color: rgb(158,74,254); }
div.DivClassName
{
background-color: #9E4AFE;
}
.BgClassName
{
background-color: #9E4AFE;
}
</style>
border-color css
<style>
span { border-color: #9E4AFE; }
span { border-color: rgb(158,74,254); }
td.TdClassName
{
border-color: #9E4AFE;
}
.TagClassName
{
border-color: #9E4AFE;
}
</style>