Shades of Violet Blue #9E45AA
Tints of Violet Blue #9E45AA
RGB
CMYK
RGB Variations
Color information
#9E45AA (or 0x9E45AA) is known color: Violet Blue. HEX triplet: 9E, 45 and AA. RGB value is (158,69,170). Sum of RGB (Red+Green+Blue) = 158+69+170=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E45AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E45AA is #61BA55. Grayscale: #6A6A6A. Windows color (decimal): -6404694 or 11158942. OLE color: 11158942.
HSL color Cylindrical-coordinate representation of color #9E45AA: hue angle of 292.87º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E45AA is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 69 | 170 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.33 |
| HSL | 292.87º | 0.42% | 0.47% | - |
| HSV(B) | 292.87º | 0.59% | 0.67% | - |
| XYZ | 23.48 | 14.43 | 39.58 | - |
| YUV | 107.13 | 163.49 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 69 | 170 | 0.07 | 0.59 | 0 | 0.33 | 292.87 | 0.42 | 0.47 |
| Hex | 9E | 45 | AA | 7 | 3B | 0 | 21 | 125 | 2A | 2F |
| Octal | 236 | 105 | 252 | 7 | 73 | 0 | 41 | 445 | 52 | 57 |
| Binary | 10011110 | 1000101 | 10101010 | 111 | 111011 | 0 | 100001 | 100100101 | 101010 | 101111 |
Color Harmonies of #9E45AA
Complementary color
Monochromatic Colors of #9E45AA
Black with #9E45AA
Text Example
Text Example
White with #9E45AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E45AA; }
p { color: rgb(158,69,170); }
H1.HeaderClassName
{
color: #9E45AA;
}
.AnyTagClassName
{
color: #9E45AA;
}
</style>
background-color css
<style>
a { background-color: #9E45AA; }
a { background-color: rgb(158,69,170); }
div.DivClassName
{
background-color: #9E45AA;
}
.BgClassName
{
background-color: #9E45AA;
}
</style>
border-color css
<style>
span { border-color: #9E45AA; }
span { border-color: rgb(158,69,170); }
td.TdClassName
{
border-color: #9E45AA;
}
.TagClassName
{
border-color: #9E45AA;
}
</style>