Shades of Violet Blue #9E6094
Tints of Violet Blue #9E6094
RGB
CMYK
RGB Variations
Color information
#9E6094 (or 0x9E6094) is known color: Violet Blue. HEX triplet: 9E, 60 and 94. RGB value is (158,96,148). Sum of RGB (Red+Green+Blue) = 158+96+148=402 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.30% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6094 is #619F6B. Grayscale: #787878. Windows color (decimal): -6397804 or 9724062. OLE color: 9724062.
HSL color Cylindrical-coordinate representation of color #9E6094: hue angle of 309.68º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E6094 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 96 | 148 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.38 |
| HSL | 309.68º | 0.24% | 0.5% | - |
| HSV(B) | 309.68º | 0.39% | 0.62% | - |
| XYZ | 23.63 | 17.77 | 30.2 | - |
| YUV | 120.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 96 | 148 | 0 | 0.39 | 0.06 | 0.38 | 309.68 | 0.24 | 0.5 |
| Hex | 9E | 60 | 94 | 0 | 27 | 6 | 26 | 136 | 18 | 32 |
| Octal | 236 | 140 | 224 | 0 | 47 | 6 | 46 | 466 | 30 | 62 |
| Binary | 10011110 | 1100000 | 10010100 | 0 | 100111 | 110 | 100110 | 100110110 | 11000 | 110010 |
Color Harmonies of #9E6094
Complementary color
Monochromatic Colors of #9E6094
Black with #9E6094
Text Example
Text Example
White with #9E6094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6094; }
p { color: rgb(158,96,148); }
H1.HeaderClassName
{
color: #9E6094;
}
.AnyTagClassName
{
color: #9E6094;
}
</style>
background-color css
<style>
a { background-color: #9E6094; }
a { background-color: rgb(158,96,148); }
div.DivClassName
{
background-color: #9E6094;
}
.BgClassName
{
background-color: #9E6094;
}
</style>
border-color css
<style>
span { border-color: #9E6094; }
span { border-color: rgb(158,96,148); }
td.TdClassName
{
border-color: #9E6094;
}
.TagClassName
{
border-color: #9E6094;
}
</style>