Shades of Violet Blue #9D4EAA
Tints of Violet Blue #9D4EAA
RGB
CMYK
RGB Variations
Color information
#9D4EAA (or 0x9D4EAA) is known color: Violet Blue. HEX triplet: 9D, 4E and AA. RGB value is (157,78,170). Sum of RGB (Red+Green+Blue) = 157+78+170=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D4EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4EAA is #62B155. Grayscale: #6F6F6F. Windows color (decimal): -6467926 or 11161245. OLE color: 11161245.
HSL color Cylindrical-coordinate representation of color #9D4EAA: hue angle of 291.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D4EAA is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 78 | 170 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.33 |
| HSL | 291.52º | 0.37% | 0.49% | - |
| HSV(B) | 291.52º | 0.54% | 0.67% | - |
| XYZ | 23.88 | 15.52 | 39.77 | - |
| YUV | 112.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 78 | 170 | 0.08 | 0.54 | 0 | 0.33 | 291.52 | 0.37 | 0.49 |
| Hex | 9D | 4E | AA | 8 | 36 | 0 | 21 | 124 | 25 | 31 |
| Octal | 235 | 116 | 252 | 10 | 66 | 0 | 41 | 444 | 45 | 61 |
| Binary | 10011101 | 1001110 | 10101010 | 1000 | 110110 | 0 | 100001 | 100100100 | 100101 | 110001 |
Color Harmonies of #9D4EAA
Complementary color
Monochromatic Colors of #9D4EAA
Black with #9D4EAA
Text Example
Text Example
White with #9D4EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4EAA; }
p { color: rgb(157,78,170); }
H1.HeaderClassName
{
color: #9D4EAA;
}
.AnyTagClassName
{
color: #9D4EAA;
}
</style>
background-color css
<style>
a { background-color: #9D4EAA; }
a { background-color: rgb(157,78,170); }
div.DivClassName
{
background-color: #9D4EAA;
}
.BgClassName
{
background-color: #9D4EAA;
}
</style>
border-color css
<style>
span { border-color: #9D4EAA; }
span { border-color: rgb(157,78,170); }
td.TdClassName
{
border-color: #9D4EAA;
}
.TagClassName
{
border-color: #9D4EAA;
}
</style>