Shades of Violet Blue #9D64A9
Tints of Violet Blue #9D64A9
RGB
CMYK
RGB Variations
Color information
#9D64A9 (or 0x9D64A9) is known color: Violet Blue. HEX triplet: 9D, 64 and A9. RGB value is (157,100,169). Sum of RGB (Red+Green+Blue) = 157+100+169=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 169 - color contains mainly: blue. Hex color #9D64A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D64A9 is #629B56. Grayscale: #7C7C7C. Windows color (decimal): -6462295 or 11101341. OLE color: 11101341.
HSL color Cylindrical-coordinate representation of color #9D64A9: hue angle of 289.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D64A9 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 100 | 169 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.34 |
| HSL | 289.57º | 0.29% | 0.53% | - |
| HSV(B) | 289.57º | 0.41% | 0.66% | - |
| XYZ | 25.62 | 19.15 | 39.88 | - |
| YUV | 124.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 100 | 169 | 0.07 | 0.41 | 0 | 0.34 | 289.57 | 0.29 | 0.53 |
| Hex | 9D | 64 | A9 | 7 | 29 | 0 | 22 | 122 | 1D | 35 |
| Octal | 235 | 144 | 251 | 7 | 51 | 0 | 42 | 442 | 35 | 65 |
| Binary | 10011101 | 1100100 | 10101001 | 111 | 101001 | 0 | 100010 | 100100010 | 11101 | 110101 |
Color Harmonies of #9D64A9
Complementary color
Monochromatic Colors of #9D64A9
Black with #9D64A9
Text Example
Text Example
White with #9D64A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D64A9; }
p { color: rgb(157,100,169); }
H1.HeaderClassName
{
color: #9D64A9;
}
.AnyTagClassName
{
color: #9D64A9;
}
</style>
background-color css
<style>
a { background-color: #9D64A9; }
a { background-color: rgb(157,100,169); }
div.DivClassName
{
background-color: #9D64A9;
}
.BgClassName
{
background-color: #9D64A9;
}
</style>
border-color css
<style>
span { border-color: #9D64A9; }
span { border-color: rgb(157,100,169); }
td.TdClassName
{
border-color: #9D64A9;
}
.TagClassName
{
border-color: #9D64A9;
}
</style>