Shades of Violet Blue #9E619A
Tints of Violet Blue #9E619A
RGB
CMYK
RGB Variations
Color information
#9E619A (or 0x9E619A) is known color: Violet Blue. HEX triplet: 9E, 61 and 9A. RGB value is (158,97,154). Sum of RGB (Red+Green+Blue) = 158+97+154=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 158 - color contains mainly: red. Hex color #9E619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E619A is #619E65. Grayscale: #797979. Windows color (decimal): -6397542 or 10117534. OLE color: 10117534.
HSL color Cylindrical-coordinate representation of color #9E619A: hue angle of 303.93º 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 #9E619A is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 97 | 154 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.38 |
| HSL | 303.93º | 0.24% | 0.5% | - |
| HSV(B) | 303.93º | 0.39% | 0.62% | - |
| XYZ | 24.21 | 18.15 | 32.8 | - |
| YUV | 121.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 97 | 154 | 0 | 0.39 | 0.03 | 0.38 | 303.93 | 0.24 | 0.5 |
| Hex | 9E | 61 | 9A | 0 | 27 | 3 | 26 | 130 | 18 | 32 |
| Octal | 236 | 141 | 232 | 0 | 47 | 3 | 46 | 460 | 30 | 62 |
| Binary | 10011110 | 1100001 | 10011010 | 0 | 100111 | 11 | 100110 | 100110000 | 11000 | 110010 |
Color Harmonies of #9E619A
Complementary color
Monochromatic Colors of #9E619A
Black with #9E619A
Text Example
Text Example
White with #9E619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E619A; }
p { color: rgb(158,97,154); }
H1.HeaderClassName
{
color: #9E619A;
}
.AnyTagClassName
{
color: #9E619A;
}
</style>
background-color css
<style>
a { background-color: #9E619A; }
a { background-color: rgb(158,97,154); }
div.DivClassName
{
background-color: #9E619A;
}
.BgClassName
{
background-color: #9E619A;
}
</style>
border-color css
<style>
span { border-color: #9E619A; }
span { border-color: rgb(158,97,154); }
td.TdClassName
{
border-color: #9E619A;
}
.TagClassName
{
border-color: #9E619A;
}
</style>