Shades of Violet Blue #9A719A
Tints of Violet Blue #9A719A
RGB
CMYK
RGB Variations
Color information
#9A719A (or 0x9A719A) is known color: Violet Blue. HEX triplet: 9A, 71 and 9A. RGB value is (154,113,154). Sum of RGB (Red+Green+Blue) = 154+113+154=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A719A is #658E65. Grayscale: #818181. Windows color (decimal): -6655590 or 10121626. OLE color: 10121626.
HSL color Cylindrical-coordinate representation of color #9A719A: hue angle of 300º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A719A is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
RGB | 154 | 113 | 154 | - |
CMYK | 0 | 0.27 | 0 | 0.40 |
HSL | 300º | 0.17% | 0.52% | - |
HSV(B) | 300º | 0.27% | 0.6% | - |
XYZ | 25.06 | 21.01 | 33.31 | - |
YUV | 129.93 | 141.58 | 145.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 113 | 154 | 0 | 0.27 | 0 | 0.40 | 300 | 0.17 | 0.52 |
Hex | 9A | 71 | 9A | 0 | 1B | 0 | 28 | 12C | 11 | 34 |
Octal | 232 | 161 | 232 | 0 | 33 | 0 | 50 | 454 | 21 | 64 |
Binary | 10011010 | 1110001 | 10011010 | 0 | 11011 | 0 | 101000 | 100101100 | 10001 | 110100 |
Color Harmonies of #9A719A
Complementary color
Monochromatic Colors of #9A719A
Black with #9A719A
Text Example
Text Example
White with #9A719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A719A; }
p { color: rgb(154,113,154); }
H1.HeaderClassName
{
color: #9A719A;
}
.AnyTagClassName
{
color: #9A719A;
}
</style>
background-color css
<style>
a { background-color: #9A719A; }
a { background-color: rgb(154,113,154); }
div.DivClassName
{
background-color: #9A719A;
}
.BgClassName
{
background-color: #9A719A;
}
</style>
border-color css
<style>
span { border-color: #9A719A; }
span { border-color: rgb(154,113,154); }
td.TdClassName
{
border-color: #9A719A;
}
.TagClassName
{
border-color: #9A719A;
}
</style>