Shades of Violet Blue #9A709D
Tints of Violet Blue #9A709D
RGB
CMYK
RGB Variations
Color information
#9A709D (or 0x9A709D) is known color: Violet Blue. HEX triplet: 9A, 70 and 9D. RGB value is (154,112,157). Sum of RGB (Red+Green+Blue) = 154+112+157=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A709D is #658F62. Grayscale: #818181. Windows color (decimal): -6655843 or 10317978. OLE color: 10317978.
HSL color Cylindrical-coordinate representation of color #9A709D: hue angle of 296º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A709D is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 112 | 157 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.38 |
| HSL | 296º | 0.19% | 0.53% | - |
| HSV(B) | 296º | 0.29% | 0.62% | - |
| XYZ | 25.21 | 20.89 | 34.6 | - |
| YUV | 129.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 157 | 0.02 | 0.29 | 0 | 0.38 | 296 | 0.19 | 0.53 |
| Hex | 9A | 70 | 9D | 2 | 1D | 0 | 26 | 128 | 13 | 35 |
| Octal | 232 | 160 | 235 | 2 | 35 | 0 | 46 | 450 | 23 | 65 |
| Binary | 10011010 | 1110000 | 10011101 | 10 | 11101 | 0 | 100110 | 100101000 | 10011 | 110101 |
Color Harmonies of #9A709D
Complementary color
Monochromatic Colors of #9A709D
Black with #9A709D
Text Example
Text Example
White with #9A709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A709D; }
p { color: rgb(154,112,157); }
H1.HeaderClassName
{
color: #9A709D;
}
.AnyTagClassName
{
color: #9A709D;
}
</style>
background-color css
<style>
a { background-color: #9A709D; }
a { background-color: rgb(154,112,157); }
div.DivClassName
{
background-color: #9A709D;
}
.BgClassName
{
background-color: #9A709D;
}
</style>
border-color css
<style>
span { border-color: #9A709D; }
span { border-color: rgb(154,112,157); }
td.TdClassName
{
border-color: #9A709D;
}
.TagClassName
{
border-color: #9A709D;
}
</style>