Shades of Violet Blue #9E4098
Tints of Violet Blue #9E4098
RGB
CMYK
RGB Variations
Color information
#9E4098 (or 0x9E4098) is known color: Violet Blue. HEX triplet: 9E, 40 and 98. RGB value is (158,64,152). Sum of RGB (Red+Green+Blue) = 158+64+152=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4098 is #61BF67. Grayscale: #656565. Windows color (decimal): -6405992 or 9978014. OLE color: 9978014.
HSL color Cylindrical-coordinate representation of color #9E4098: hue angle of 303.83º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E4098 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 64 | 152 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.38 |
| HSL | 303.83º | 0.42% | 0.44% | - |
| HSV(B) | 303.83º | 0.59% | 0.62% | - |
| XYZ | 21.6 | 13.2 | 31.12 | - |
| YUV | 102.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 152 | 0 | 0.59 | 0.04 | 0.38 | 303.83 | 0.42 | 0.44 |
| Hex | 9E | 40 | 98 | 0 | 3B | 4 | 26 | 130 | 2A | 2C |
| Octal | 236 | 100 | 230 | 0 | 73 | 4 | 46 | 460 | 52 | 54 |
| Binary | 10011110 | 1000000 | 10011000 | 0 | 111011 | 100 | 100110 | 100110000 | 101010 | 101100 |
Color Harmonies of #9E4098
Complementary color
Monochromatic Colors of #9E4098
Black with #9E4098
Text Example
Text Example
White with #9E4098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4098; }
p { color: rgb(158,64,152); }
H1.HeaderClassName
{
color: #9E4098;
}
.AnyTagClassName
{
color: #9E4098;
}
</style>
background-color css
<style>
a { background-color: #9E4098; }
a { background-color: rgb(158,64,152); }
div.DivClassName
{
background-color: #9E4098;
}
.BgClassName
{
background-color: #9E4098;
}
</style>
border-color css
<style>
span { border-color: #9E4098; }
span { border-color: rgb(158,64,152); }
td.TdClassName
{
border-color: #9E4098;
}
.TagClassName
{
border-color: #9E4098;
}
</style>