Shades of Violet Blue #9D72A3
Tints of Violet Blue #9D72A3
RGB
CMYK
RGB Variations
Color information
#9D72A3 (or 0x9D72A3) is known color: Violet Blue. HEX triplet: 9D, 72 and A3. RGB value is (157,114,163). Sum of RGB (Red+Green+Blue) = 157+114+163=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 163 - color contains mainly: blue. Hex color #9D72A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D72A3 is #628D5C. Grayscale: #848484. Windows color (decimal): -6458717 or 10711709. OLE color: 10711709.
HSL color Cylindrical-coordinate representation of color #9D72A3: hue angle of 292.65º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D72A3 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 114 | 163 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.36 |
| HSL | 292.65º | 0.21% | 0.54% | - |
| HSV(B) | 292.65º | 0.3% | 0.64% | - |
| XYZ | 26.53 | 21.85 | 37.47 | - |
| YUV | 132.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 114 | 163 | 0.04 | 0.30 | 0 | 0.36 | 292.65 | 0.21 | 0.54 |
| Hex | 9D | 72 | A3 | 4 | 1E | 0 | 24 | 125 | 15 | 36 |
| Octal | 235 | 162 | 243 | 4 | 36 | 0 | 44 | 445 | 25 | 66 |
| Binary | 10011101 | 1110010 | 10100011 | 100 | 11110 | 0 | 100100 | 100100101 | 10101 | 110110 |
Color Harmonies of #9D72A3
Complementary color
Monochromatic Colors of #9D72A3
Black with #9D72A3
Text Example
Text Example
White with #9D72A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D72A3; }
p { color: rgb(157,114,163); }
H1.HeaderClassName
{
color: #9D72A3;
}
.AnyTagClassName
{
color: #9D72A3;
}
</style>
background-color css
<style>
a { background-color: #9D72A3; }
a { background-color: rgb(157,114,163); }
div.DivClassName
{
background-color: #9D72A3;
}
.BgClassName
{
background-color: #9D72A3;
}
</style>
border-color css
<style>
span { border-color: #9D72A3; }
span { border-color: rgb(157,114,163); }
td.TdClassName
{
border-color: #9D72A3;
}
.TagClassName
{
border-color: #9D72A3;
}
</style>