Shades of Violet Blue #9E5C92
Tints of Violet Blue #9E5C92
RGB
CMYK
RGB Variations
Color information
#9E5C92 (or 0x9E5C92) is known color: Violet Blue. HEX triplet: 9E, 5C and 92. RGB value is (158,92,146). Sum of RGB (Red+Green+Blue) = 158+92+146=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5C92 is #61A36D. Grayscale: #757575. Windows color (decimal): -6398830 or 9591966. OLE color: 9591966.
HSL color Cylindrical-coordinate representation of color #9E5C92: hue angle of 310.91º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E5C92 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 92 | 146 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.38 |
| HSL | 310.91º | 0.26% | 0.49% | - |
| HSV(B) | 310.91º | 0.42% | 0.62% | - |
| XYZ | 23.12 | 17 | 29.26 | - |
| YUV | 117.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 92 | 146 | 0 | 0.42 | 0.08 | 0.38 | 310.91 | 0.26 | 0.49 |
| Hex | 9E | 5C | 92 | 0 | 2A | 8 | 26 | 137 | 1A | 31 |
| Octal | 236 | 134 | 222 | 0 | 52 | 10 | 46 | 467 | 32 | 61 |
| Binary | 10011110 | 1011100 | 10010010 | 0 | 101010 | 1000 | 100110 | 100110111 | 11010 | 110001 |
Color Harmonies of #9E5C92
Complementary color
Monochromatic Colors of #9E5C92
Black with #9E5C92
Text Example
Text Example
White with #9E5C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5C92; }
p { color: rgb(158,92,146); }
H1.HeaderClassName
{
color: #9E5C92;
}
.AnyTagClassName
{
color: #9E5C92;
}
</style>
background-color css
<style>
a { background-color: #9E5C92; }
a { background-color: rgb(158,92,146); }
div.DivClassName
{
background-color: #9E5C92;
}
.BgClassName
{
background-color: #9E5C92;
}
</style>
border-color css
<style>
span { border-color: #9E5C92; }
span { border-color: rgb(158,92,146); }
td.TdClassName
{
border-color: #9E5C92;
}
.TagClassName
{
border-color: #9E5C92;
}
</style>