Shades of Violet Blue #9A729F
Tints of Violet Blue #9A729F
RGB
CMYK
RGB Variations
Color information
#9A729F (or 0x9A729F) is known color: Violet Blue. HEX triplet: 9A, 72 and 9F. RGB value is (154,114,159). Sum of RGB (Red+Green+Blue) = 154+114+159=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A729F is #658D60. Grayscale: #828282. Windows color (decimal): -6655329 or 10449562. OLE color: 10449562.
HSL color Cylindrical-coordinate representation of color #9A729F: hue angle of 293.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A729F is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 114 | 159 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.38 |
| HSL | 293.33º | 0.19% | 0.54% | - |
| HSV(B) | 293.33º | 0.28% | 0.62% | - |
| XYZ | 25.6 | 21.41 | 35.58 | - |
| YUV | 131.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 159 | 0.03 | 0.28 | 0 | 0.38 | 293.33 | 0.19 | 0.54 |
| Hex | 9A | 72 | 9F | 3 | 1C | 0 | 26 | 125 | 13 | 36 |
| Octal | 232 | 162 | 237 | 3 | 34 | 0 | 46 | 445 | 23 | 66 |
| Binary | 10011010 | 1110010 | 10011111 | 11 | 11100 | 0 | 100110 | 100100101 | 10011 | 110110 |
Color Harmonies of #9A729F
Complementary color
Monochromatic Colors of #9A729F
Black with #9A729F
Text Example
Text Example
White with #9A729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A729F; }
p { color: rgb(154,114,159); }
H1.HeaderClassName
{
color: #9A729F;
}
.AnyTagClassName
{
color: #9A729F;
}
</style>
background-color css
<style>
a { background-color: #9A729F; }
a { background-color: rgb(154,114,159); }
div.DivClassName
{
background-color: #9A729F;
}
.BgClassName
{
background-color: #9A729F;
}
</style>
border-color css
<style>
span { border-color: #9A729F; }
span { border-color: rgb(154,114,159); }
td.TdClassName
{
border-color: #9A729F;
}
.TagClassName
{
border-color: #9A729F;
}
</style>