Shades of Violet Blue #9A719D
Tints of Violet Blue #9A719D
RGB
CMYK
RGB Variations
Color information
#9A719D (or 0x9A719D) is known color: Violet Blue. HEX triplet: 9A, 71 and 9D. RGB value is (154,113,157). Sum of RGB (Red+Green+Blue) = 154+113+157=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A719D is #658E62. Grayscale: #828282. Windows color (decimal): -6655587 or 10318234. OLE color: 10318234.
HSL color Cylindrical-coordinate representation of color #9A719D: hue angle of 295.91º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A719D is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 113 | 157 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.38 |
| HSL | 295.91º | 0.18% | 0.53% | - |
| HSV(B) | 295.91º | 0.28% | 0.62% | - |
| XYZ | 25.32 | 21.11 | 34.64 | - |
| YUV | 130.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 113 | 157 | 0.02 | 0.28 | 0 | 0.38 | 295.91 | 0.18 | 0.53 |
| Hex | 9A | 71 | 9D | 2 | 1C | 0 | 26 | 128 | 12 | 35 |
| Octal | 232 | 161 | 235 | 2 | 34 | 0 | 46 | 450 | 22 | 65 |
| Binary | 10011010 | 1110001 | 10011101 | 10 | 11100 | 0 | 100110 | 100101000 | 10010 | 110101 |
Color Harmonies of #9A719D
Complementary color
Monochromatic Colors of #9A719D
Black with #9A719D
Text Example
Text Example
White with #9A719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A719D; }
p { color: rgb(154,113,157); }
H1.HeaderClassName
{
color: #9A719D;
}
.AnyTagClassName
{
color: #9A719D;
}
</style>
background-color css
<style>
a { background-color: #9A719D; }
a { background-color: rgb(154,113,157); }
div.DivClassName
{
background-color: #9A719D;
}
.BgClassName
{
background-color: #9A719D;
}
</style>
border-color css
<style>
span { border-color: #9A719D; }
span { border-color: rgb(154,113,157); }
td.TdClassName
{
border-color: #9A719D;
}
.TagClassName
{
border-color: #9A719D;
}
</style>