Shades of Violet Blue #9A4AA6
Tints of Violet Blue #9A4AA6
RGB
CMYK
RGB Variations
Color information
#9A4AA6 (or 0x9A4AA6) is known color: Violet Blue. HEX triplet: 9A, 4A and A6. RGB value is (154,74,166). Sum of RGB (Red+Green+Blue) = 154+74+166=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 166 - color contains mainly: blue. Hex color #9A4AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4AA6 is #65B559. Grayscale: #6C6C6C. Windows color (decimal): -6665562 or 10898074. OLE color: 10898074.
HSL color Cylindrical-coordinate representation of color #9A4AA6: hue angle of 292.17º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A4AA6 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 74 | 166 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.35 |
| HSL | 292.17º | 0.38% | 0.47% | - |
| HSV(B) | 292.17º | 0.55% | 0.65% | - |
| XYZ | 22.66 | 14.52 | 37.68 | - |
| YUV | 108.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 74 | 166 | 0.07 | 0.55 | 0 | 0.35 | 292.17 | 0.38 | 0.47 |
| Hex | 9A | 4A | A6 | 7 | 37 | 0 | 23 | 124 | 26 | 2F |
| Octal | 232 | 112 | 246 | 7 | 67 | 0 | 43 | 444 | 46 | 57 |
| Binary | 10011010 | 1001010 | 10100110 | 111 | 110111 | 0 | 100011 | 100100100 | 100110 | 101111 |
Color Harmonies of #9A4AA6
Complementary color
Monochromatic Colors of #9A4AA6
Black with #9A4AA6
Text Example
Text Example
White with #9A4AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4AA6; }
p { color: rgb(154,74,166); }
H1.HeaderClassName
{
color: #9A4AA6;
}
.AnyTagClassName
{
color: #9A4AA6;
}
</style>
background-color css
<style>
a { background-color: #9A4AA6; }
a { background-color: rgb(154,74,166); }
div.DivClassName
{
background-color: #9A4AA6;
}
.BgClassName
{
background-color: #9A4AA6;
}
</style>
border-color css
<style>
span { border-color: #9A4AA6; }
span { border-color: rgb(154,74,166); }
td.TdClassName
{
border-color: #9A4AA6;
}
.TagClassName
{
border-color: #9A4AA6;
}
</style>