Shades of Violet Blue #9E65AA
Tints of Violet Blue #9E65AA
RGB
CMYK
RGB Variations
Color information
#9E65AA (or 0x9E65AA) is known color: Violet Blue. HEX triplet: 9E, 65 and AA. RGB value is (158,101,170). Sum of RGB (Red+Green+Blue) = 158+101+170=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E65AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E65AA is #619A55. Grayscale: #7D7D7D. Windows color (decimal): -6396502 or 11167134. OLE color: 11167134.
HSL color Cylindrical-coordinate representation of color #9E65AA: hue angle of 289.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E65AA is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 101 | 170 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.33 |
| HSL | 289.57º | 0.29% | 0.53% | - |
| HSV(B) | 289.57º | 0.41% | 0.67% | - |
| XYZ | 26.01 | 19.48 | 40.42 | - |
| YUV | 125.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 170 | 0.07 | 0.41 | 0 | 0.33 | 289.57 | 0.29 | 0.53 |
| Hex | 9E | 65 | AA | 7 | 29 | 0 | 21 | 122 | 1D | 35 |
| Octal | 236 | 145 | 252 | 7 | 51 | 0 | 41 | 442 | 35 | 65 |
| Binary | 10011110 | 1100101 | 10101010 | 111 | 101001 | 0 | 100001 | 100100010 | 11101 | 110101 |
Color Harmonies of #9E65AA
Complementary color
Monochromatic Colors of #9E65AA
Black with #9E65AA
Text Example
Text Example
White with #9E65AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E65AA; }
p { color: rgb(158,101,170); }
H1.HeaderClassName
{
color: #9E65AA;
}
.AnyTagClassName
{
color: #9E65AA;
}
</style>
background-color css
<style>
a { background-color: #9E65AA; }
a { background-color: rgb(158,101,170); }
div.DivClassName
{
background-color: #9E65AA;
}
.BgClassName
{
background-color: #9E65AA;
}
</style>
border-color css
<style>
span { border-color: #9E65AA; }
span { border-color: rgb(158,101,170); }
td.TdClassName
{
border-color: #9E65AA;
}
.TagClassName
{
border-color: #9E65AA;
}
</style>