Shades of Violet Blue #9E4B92
Tints of Violet Blue #9E4B92
RGB
CMYK
RGB Variations
Color information
#9E4B92 (or 0x9E4B92) is known color: Violet Blue. HEX triplet: 9E, 4B and 92. RGB value is (158,75,146). Sum of RGB (Red+Green+Blue) = 158+75+146=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4B92 is #61B46D. Grayscale: #6B6B6B. Windows color (decimal): -6403182 or 9587614. OLE color: 9587614.
HSL color Cylindrical-coordinate representation of color #9E4B92: hue angle of 308.67º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E4B92 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 75 | 146 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.38 |
| HSL | 308.67º | 0.36% | 0.46% | - |
| HSV(B) | 308.67º | 0.53% | 0.62% | - |
| XYZ | 21.8 | 14.38 | 28.82 | - |
| YUV | 107.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 75 | 146 | 0 | 0.53 | 0.08 | 0.38 | 308.67 | 0.36 | 0.46 |
| Hex | 9E | 4B | 92 | 0 | 35 | 8 | 26 | 135 | 24 | 2E |
| Octal | 236 | 113 | 222 | 0 | 65 | 10 | 46 | 465 | 44 | 56 |
| Binary | 10011110 | 1001011 | 10010010 | 0 | 110101 | 1000 | 100110 | 100110101 | 100100 | 101110 |
Color Harmonies of #9E4B92
Complementary color
Monochromatic Colors of #9E4B92
Black with #9E4B92
Text Example
Text Example
White with #9E4B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4B92; }
p { color: rgb(158,75,146); }
H1.HeaderClassName
{
color: #9E4B92;
}
.AnyTagClassName
{
color: #9E4B92;
}
</style>
background-color css
<style>
a { background-color: #9E4B92; }
a { background-color: rgb(158,75,146); }
div.DivClassName
{
background-color: #9E4B92;
}
.BgClassName
{
background-color: #9E4B92;
}
</style>
border-color css
<style>
span { border-color: #9E4B92; }
span { border-color: rgb(158,75,146); }
td.TdClassName
{
border-color: #9E4B92;
}
.TagClassName
{
border-color: #9E4B92;
}
</style>