Shades of Violet Blue #9E68AA
Tints of Violet Blue #9E68AA
RGB
CMYK
RGB Variations
Color information
#9E68AA (or 0x9E68AA) is known color: Violet Blue. HEX triplet: 9E, 68 and AA. RGB value is (158,104,170). Sum of RGB (Red+Green+Blue) = 158+104+170=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E68AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E68AA is #619755. Grayscale: #7F7F7F. Windows color (decimal): -6395734 or 11167902. OLE color: 11167902.
HSL color Cylindrical-coordinate representation of color #9E68AA: hue angle of 289.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E68AA is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 104 | 170 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.33 |
| HSL | 289.09º | 0.28% | 0.54% | - |
| HSV(B) | 289.09º | 0.39% | 0.67% | - |
| XYZ | 26.31 | 20.07 | 40.52 | - |
| YUV | 127.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 104 | 170 | 0.07 | 0.39 | 0 | 0.33 | 289.09 | 0.28 | 0.54 |
| Hex | 9E | 68 | AA | 7 | 27 | 0 | 21 | 121 | 1C | 36 |
| Octal | 236 | 150 | 252 | 7 | 47 | 0 | 41 | 441 | 34 | 66 |
| Binary | 10011110 | 1101000 | 10101010 | 111 | 100111 | 0 | 100001 | 100100001 | 11100 | 110110 |
Color Harmonies of #9E68AA
Complementary color
Monochromatic Colors of #9E68AA
Black with #9E68AA
Text Example
Text Example
White with #9E68AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E68AA; }
p { color: rgb(158,104,170); }
H1.HeaderClassName
{
color: #9E68AA;
}
.AnyTagClassName
{
color: #9E68AA;
}
</style>
background-color css
<style>
a { background-color: #9E68AA; }
a { background-color: rgb(158,104,170); }
div.DivClassName
{
background-color: #9E68AA;
}
.BgClassName
{
background-color: #9E68AA;
}
</style>
border-color css
<style>
span { border-color: #9E68AA; }
span { border-color: rgb(158,104,170); }
td.TdClassName
{
border-color: #9E68AA;
}
.TagClassName
{
border-color: #9E68AA;
}
</style>