Shades of Violet Blue #9E3F96
Tints of Violet Blue #9E3F96
RGB
CMYK
RGB Variations
Color information
#9E3F96 (or 0x9E3F96) is known color: Violet Blue. HEX triplet: 9E, 3F and 96. RGB value is (158,63,150). Sum of RGB (Red+Green+Blue) = 158+63+150=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3F96 is #61C069. Grayscale: #656565. Windows color (decimal): -6406250 or 9846686. OLE color: 9846686.
HSL color Cylindrical-coordinate representation of color #9E3F96: hue angle of 305.05º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E3F96 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 63 | 150 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.38 |
| HSL | 305.05º | 0.43% | 0.43% | - |
| HSV(B) | 305.05º | 0.6% | 0.62% | - |
| XYZ | 21.38 | 13.03 | 30.24 | - |
| YUV | 101.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 150 | 0 | 0.60 | 0.05 | 0.38 | 305.05 | 0.43 | 0.43 |
| Hex | 9E | 3F | 96 | 0 | 3C | 5 | 26 | 131 | 2B | 2B |
| Octal | 236 | 77 | 226 | 0 | 74 | 5 | 46 | 461 | 53 | 53 |
| Binary | 10011110 | 111111 | 10010110 | 0 | 111100 | 101 | 100110 | 100110001 | 101011 | 101011 |
Color Harmonies of #9E3F96
Complementary color
Monochromatic Colors of #9E3F96
Black with #9E3F96
Text Example
Text Example
White with #9E3F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3F96; }
p { color: rgb(158,63,150); }
H1.HeaderClassName
{
color: #9E3F96;
}
.AnyTagClassName
{
color: #9E3F96;
}
</style>
background-color css
<style>
a { background-color: #9E3F96; }
a { background-color: rgb(158,63,150); }
div.DivClassName
{
background-color: #9E3F96;
}
.BgClassName
{
background-color: #9E3F96;
}
</style>
border-color css
<style>
span { border-color: #9E3F96; }
span { border-color: rgb(158,63,150); }
td.TdClassName
{
border-color: #9E3F96;
}
.TagClassName
{
border-color: #9E3F96;
}
</style>