Shades of Violet Blue #9A749E
Tints of Violet Blue #9A749E
RGB
CMYK
RGB Variations
Color information
#9A749E (or 0x9A749E) is known color: Violet Blue. HEX triplet: 9A, 74 and 9E. RGB value is (154,116,158). Sum of RGB (Red+Green+Blue) = 154+116+158=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A749E is #658B61. Grayscale: #848484. Windows color (decimal): -6654818 or 10384538. OLE color: 10384538.
HSL color Cylindrical-coordinate representation of color #9A749E: hue angle of 294.29º 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 #9A749E is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 116 | 158 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.38 |
| HSL | 294.29º | 0.18% | 0.54% | - |
| HSV(B) | 294.29º | 0.27% | 0.62% | - |
| XYZ | 25.74 | 21.83 | 35.2 | - |
| YUV | 132.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 116 | 158 | 0.03 | 0.27 | 0 | 0.38 | 294.29 | 0.18 | 0.54 |
| Hex | 9A | 74 | 9E | 3 | 1B | 0 | 26 | 126 | 12 | 36 |
| Octal | 232 | 164 | 236 | 3 | 33 | 0 | 46 | 446 | 22 | 66 |
| Binary | 10011010 | 1110100 | 10011110 | 11 | 11011 | 0 | 100110 | 100100110 | 10010 | 110110 |
Color Harmonies of #9A749E
Complementary color
Monochromatic Colors of #9A749E
Black with #9A749E
Text Example
Text Example
White with #9A749E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A749E; }
p { color: rgb(154,116,158); }
H1.HeaderClassName
{
color: #9A749E;
}
.AnyTagClassName
{
color: #9A749E;
}
</style>
background-color css
<style>
a { background-color: #9A749E; }
a { background-color: rgb(154,116,158); }
div.DivClassName
{
background-color: #9A749E;
}
.BgClassName
{
background-color: #9A749E;
}
</style>
border-color css
<style>
span { border-color: #9A749E; }
span { border-color: rgb(154,116,158); }
td.TdClassName
{
border-color: #9A749E;
}
.TagClassName
{
border-color: #9A749E;
}
</style>