Shades of Violet Blue #9E69AA
Tints of Violet Blue #9E69AA
RGB
CMYK
RGB Variations
Color information
#9E69AA (or 0x9E69AA) is known color: Violet Blue. HEX triplet: 9E, 69 and AA. RGB value is (158,105,170). Sum of RGB (Red+Green+Blue) = 158+105+170=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E69AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E69AA is #619655. Grayscale: #808080. Windows color (decimal): -6395478 or 11168158. OLE color: 11168158.
HSL color Cylindrical-coordinate representation of color #9E69AA: hue angle of 288.92º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E69AA is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 105 | 170 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.33 |
| HSL | 288.92º | 0.28% | 0.54% | - |
| HSV(B) | 288.92º | 0.38% | 0.67% | - |
| XYZ | 26.41 | 20.27 | 40.55 | - |
| YUV | 128.26 | 151.56 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 170 | 0.07 | 0.38 | 0 | 0.33 | 288.92 | 0.28 | 0.54 |
| Hex | 9E | 69 | AA | 7 | 26 | 0 | 21 | 121 | 1C | 36 |
| Octal | 236 | 151 | 252 | 7 | 46 | 0 | 41 | 441 | 34 | 66 |
| Binary | 10011110 | 1101001 | 10101010 | 111 | 100110 | 0 | 100001 | 100100001 | 11100 | 110110 |
Color Harmonies of #9E69AA
Complementary color
Monochromatic Colors of #9E69AA
Black with #9E69AA
Text Example
Text Example
White with #9E69AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E69AA; }
p { color: rgb(158,105,170); }
H1.HeaderClassName
{
color: #9E69AA;
}
.AnyTagClassName
{
color: #9E69AA;
}
</style>
background-color css
<style>
a { background-color: #9E69AA; }
a { background-color: rgb(158,105,170); }
div.DivClassName
{
background-color: #9E69AA;
}
.BgClassName
{
background-color: #9E69AA;
}
</style>
border-color css
<style>
span { border-color: #9E69AA; }
span { border-color: rgb(158,105,170); }
td.TdClassName
{
border-color: #9E69AA;
}
.TagClassName
{
border-color: #9E69AA;
}
</style>