Shades of Blue Violet #9E3BFF
Tints of Blue Violet #9E3BFF
RGB
CMYK
RGB Variations
Color information
#9E3BFF (or 0x9E3BFF) is known color: Blue Violet. HEX triplet: 9E, 3B and FF. RGB value is (158,59,255). Sum of RGB (Red+Green+Blue) = 158+59+255=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E3BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3BFF is #61C400. Grayscale: #6E6E6E. Windows color (decimal): -6407169 or 16726942. OLE color: 16726942.
HSL color Cylindrical-coordinate representation of color #9E3BFF: hue angle of 270.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E3BFF is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 59 | 255 | - |
| CMYK | 0.38 | 0.77 | 0 | 0 |
| HSL | 270.31º | 1% | 0.62% | - |
| HSV(B) | 270.31º | 0.77% | 1% | - |
| XYZ | 33.71 | 17.62 | 96.23 | - |
| YUV | 110.95 | 209.3 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 59 | 255 | 0.38 | 0.77 | 0 | 0 | 270.31 | 1 | 0.62 |
| Hex | 9E | 3B | FF | 26 | 4D | 0 | 0 | 10E | 64 | 3E |
| Octal | 236 | 73 | 377 | 46 | 115 | 0 | 0 | 416 | 144 | 76 |
| Binary | 10011110 | 111011 | 11111111 | 100110 | 1001101 | 0 | 0 | 100001110 | 1100100 | 111110 |
Color Harmonies of #9E3BFF
Complementary color
Monochromatic Colors of #9E3BFF
Black with #9E3BFF
Text Example
Text Example
White with #9E3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3BFF; }
p { color: rgb(158,59,255); }
H1.HeaderClassName
{
color: #9E3BFF;
}
.AnyTagClassName
{
color: #9E3BFF;
}
</style>
background-color css
<style>
a { background-color: #9E3BFF; }
a { background-color: rgb(158,59,255); }
div.DivClassName
{
background-color: #9E3BFF;
}
.BgClassName
{
background-color: #9E3BFF;
}
</style>
border-color css
<style>
span { border-color: #9E3BFF; }
span { border-color: rgb(158,59,255); }
td.TdClassName
{
border-color: #9E3BFF;
}
.TagClassName
{
border-color: #9E3BFF;
}
</style>