Shades of Blue Violet #9E3AFE
Tints of Blue Violet #9E3AFE
RGB
CMYK
RGB Variations
Color information
#9E3AFE (or 0x9E3AFE) is known color: Blue Violet. HEX triplet: 9E, 3A and FE. RGB value is (158,58,254). Sum of RGB (Red+Green+Blue) = 158+58+254=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E3AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3AFE is #61C501. Grayscale: #6D6D6D. Windows color (decimal): -6407426 or 16661150. OLE color: 16661150.
HSL color Cylindrical-coordinate representation of color #9E3AFE: hue angle of 270.61º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E3AFE is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 58 | 254 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.00 |
| HSL | 270.61º | 0.99% | 0.61% | - |
| HSV(B) | 270.61º | 0.77% | 1% | - |
| XYZ | 33.5 | 17.45 | 95.37 | - |
| YUV | 110.24 | 209.13 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 58 | 254 | 0.38 | 0.77 | 0 | 0.00 | 270.61 | 0.99 | 0.61 |
| Hex | 9E | 3A | FE | 26 | 4D | 0 | 0 | 10F | 63 | 3D |
| Octal | 236 | 72 | 376 | 46 | 115 | 0 | 0 | 417 | 143 | 75 |
| Binary | 10011110 | 111010 | 11111110 | 100110 | 1001101 | 0 | 0 | 100001111 | 1100011 | 111101 |
Color Harmonies of #9E3AFE
Complementary color
Monochromatic Colors of #9E3AFE
Black with #9E3AFE
Text Example
Text Example
White with #9E3AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3AFE; }
p { color: rgb(158,58,254); }
H1.HeaderClassName
{
color: #9E3AFE;
}
.AnyTagClassName
{
color: #9E3AFE;
}
</style>
background-color css
<style>
a { background-color: #9E3AFE; }
a { background-color: rgb(158,58,254); }
div.DivClassName
{
background-color: #9E3AFE;
}
.BgClassName
{
background-color: #9E3AFE;
}
</style>
border-color css
<style>
span { border-color: #9E3AFE; }
span { border-color: rgb(158,58,254); }
td.TdClassName
{
border-color: #9E3AFE;
}
.TagClassName
{
border-color: #9E3AFE;
}
</style>