Shades of Violet Blue #9A749F
Tints of Violet Blue #9A749F
RGB
CMYK
RGB Variations
Color information
#9A749F (or 0x9A749F) is known color: Violet Blue. HEX triplet: 9A, 74 and 9F. RGB value is (154,116,159). Sum of RGB (Red+Green+Blue) = 154+116+159=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A749F is #658B60. Grayscale: #848484. Windows color (decimal): -6654817 or 10450074. OLE color: 10450074.
HSL color Cylindrical-coordinate representation of color #9A749F: hue angle of 293.02º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A749F is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 116 | 159 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.38 |
| HSL | 293.02º | 0.18% | 0.54% | - |
| HSV(B) | 293.02º | 0.27% | 0.62% | - |
| XYZ | 25.83 | 21.86 | 35.66 | - |
| YUV | 132.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 116 | 159 | 0.03 | 0.27 | 0 | 0.38 | 293.02 | 0.18 | 0.54 |
| Hex | 9A | 74 | 9F | 3 | 1B | 0 | 26 | 125 | 12 | 36 |
| Octal | 232 | 164 | 237 | 3 | 33 | 0 | 46 | 445 | 22 | 66 |
| Binary | 10011010 | 1110100 | 10011111 | 11 | 11011 | 0 | 100110 | 100100101 | 10010 | 110110 |
Color Harmonies of #9A749F
Complementary color
Monochromatic Colors of #9A749F
Black with #9A749F
Text Example
Text Example
White with #9A749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A749F; }
p { color: rgb(154,116,159); }
H1.HeaderClassName
{
color: #9A749F;
}
.AnyTagClassName
{
color: #9A749F;
}
</style>
background-color css
<style>
a { background-color: #9A749F; }
a { background-color: rgb(154,116,159); }
div.DivClassName
{
background-color: #9A749F;
}
.BgClassName
{
background-color: #9A749F;
}
</style>
border-color css
<style>
span { border-color: #9A749F; }
span { border-color: rgb(154,116,159); }
td.TdClassName
{
border-color: #9A749F;
}
.TagClassName
{
border-color: #9A749F;
}
</style>