Shades of Violet Blue #9E60AA
Tints of Violet Blue #9E60AA
RGB
CMYK
RGB Variations
Color information
#9E60AA (or 0x9E60AA) is known color: Violet Blue. HEX triplet: 9E, 60 and AA. RGB value is (158,96,170). Sum of RGB (Red+Green+Blue) = 158+96+170=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E60AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E60AA is #619F55. Grayscale: #7A7A7A. Windows color (decimal): -6397782 or 11165854. OLE color: 11165854.
HSL color Cylindrical-coordinate representation of color #9E60AA: hue angle of 290.27º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E60AA is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 96 | 170 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.33 |
| HSL | 290.27º | 0.3% | 0.52% | - |
| HSV(B) | 290.27º | 0.44% | 0.67% | - |
| XYZ | 25.54 | 18.54 | 40.26 | - |
| YUV | 122.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 96 | 170 | 0.07 | 0.44 | 0 | 0.33 | 290.27 | 0.3 | 0.52 |
| Hex | 9E | 60 | AA | 7 | 2C | 0 | 21 | 122 | 1E | 34 |
| Octal | 236 | 140 | 252 | 7 | 54 | 0 | 41 | 442 | 36 | 64 |
| Binary | 10011110 | 1100000 | 10101010 | 111 | 101100 | 0 | 100001 | 100100010 | 11110 | 110100 |
Color Harmonies of #9E60AA
Complementary color
Monochromatic Colors of #9E60AA
Black with #9E60AA
Text Example
Text Example
White with #9E60AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E60AA; }
p { color: rgb(158,96,170); }
H1.HeaderClassName
{
color: #9E60AA;
}
.AnyTagClassName
{
color: #9E60AA;
}
</style>
background-color css
<style>
a { background-color: #9E60AA; }
a { background-color: rgb(158,96,170); }
div.DivClassName
{
background-color: #9E60AA;
}
.BgClassName
{
background-color: #9E60AA;
}
</style>
border-color css
<style>
span { border-color: #9E60AA; }
span { border-color: rgb(158,96,170); }
td.TdClassName
{
border-color: #9E60AA;
}
.TagClassName
{
border-color: #9E60AA;
}
</style>