Shades of Violet Blue #9E409A
Tints of Violet Blue #9E409A
RGB
CMYK
RGB Variations
Color information
#9E409A (or 0x9E409A) is known color: Violet Blue. HEX triplet: 9E, 40 and 9A. RGB value is (158,64,154). Sum of RGB (Red+Green+Blue) = 158+64+154=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 158 - color contains mainly: red. Hex color #9E409A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E409A is #61BF65. Grayscale: #666666. Windows color (decimal): -6405990 or 10109086. OLE color: 10109086.
HSL color Cylindrical-coordinate representation of color #9E409A: hue angle of 302.55º 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 #9E409A is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 64 | 154 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.38 |
| HSL | 302.55º | 0.42% | 0.44% | - |
| HSV(B) | 302.55º | 0.59% | 0.62% | - |
| XYZ | 21.77 | 13.27 | 31.99 | - |
| YUV | 102.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 154 | 0 | 0.59 | 0.03 | 0.38 | 302.55 | 0.42 | 0.44 |
| Hex | 9E | 40 | 9A | 0 | 3B | 3 | 26 | 12F | 2A | 2C |
| Octal | 236 | 100 | 232 | 0 | 73 | 3 | 46 | 457 | 52 | 54 |
| Binary | 10011110 | 1000000 | 10011010 | 0 | 111011 | 11 | 100110 | 100101111 | 101010 | 101100 |
Color Harmonies of #9E409A
Complementary color
Monochromatic Colors of #9E409A
Black with #9E409A
Text Example
Text Example
White with #9E409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E409A; }
p { color: rgb(158,64,154); }
H1.HeaderClassName
{
color: #9E409A;
}
.AnyTagClassName
{
color: #9E409A;
}
</style>
background-color css
<style>
a { background-color: #9E409A; }
a { background-color: rgb(158,64,154); }
div.DivClassName
{
background-color: #9E409A;
}
.BgClassName
{
background-color: #9E409A;
}
</style>
border-color css
<style>
span { border-color: #9E409A; }
span { border-color: rgb(158,64,154); }
td.TdClassName
{
border-color: #9E409A;
}
.TagClassName
{
border-color: #9E409A;
}
</style>