Shades of Violet Blue #9E5F9A
Tints of Violet Blue #9E5F9A
RGB
CMYK
RGB Variations
Color information
#9E5F9A (or 0x9E5F9A) is known color: Violet Blue. HEX triplet: 9E, 5F and 9A. RGB value is (158,95,154). Sum of RGB (Red+Green+Blue) = 158+95+154=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5F9A is #61A065. Grayscale: #787878. Windows color (decimal): -6398054 or 10117022. OLE color: 10117022.
HSL color Cylindrical-coordinate representation of color #9E5F9A: hue angle of 303.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E5F9A is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 95 | 154 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.38 |
| HSL | 303.81º | 0.25% | 0.5% | - |
| HSV(B) | 303.81º | 0.4% | 0.62% | - |
| XYZ | 24.03 | 17.79 | 32.74 | - |
| YUV | 120.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 95 | 154 | 0 | 0.40 | 0.03 | 0.38 | 303.81 | 0.25 | 0.5 |
| Hex | 9E | 5F | 9A | 0 | 28 | 3 | 26 | 130 | 19 | 32 |
| Octal | 236 | 137 | 232 | 0 | 50 | 3 | 46 | 460 | 31 | 62 |
| Binary | 10011110 | 1011111 | 10011010 | 0 | 101000 | 11 | 100110 | 100110000 | 11001 | 110010 |
Color Harmonies of #9E5F9A
Complementary color
Monochromatic Colors of #9E5F9A
Black with #9E5F9A
Text Example
Text Example
White with #9E5F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5F9A; }
p { color: rgb(158,95,154); }
H1.HeaderClassName
{
color: #9E5F9A;
}
.AnyTagClassName
{
color: #9E5F9A;
}
</style>
background-color css
<style>
a { background-color: #9E5F9A; }
a { background-color: rgb(158,95,154); }
div.DivClassName
{
background-color: #9E5F9A;
}
.BgClassName
{
background-color: #9E5F9A;
}
</style>
border-color css
<style>
span { border-color: #9E5F9A; }
span { border-color: rgb(158,95,154); }
td.TdClassName
{
border-color: #9E5F9A;
}
.TagClassName
{
border-color: #9E5F9A;
}
</style>