Shades of Violet Blue #9A5DAA
Tints of Violet Blue #9A5DAA
RGB
CMYK
RGB Variations
Color information
#9A5DAA (or 0x9A5DAA) is known color: Violet Blue. HEX triplet: 9A, 5D and AA. RGB value is (154,93,170). Sum of RGB (Red+Green+Blue) = 154+93+170=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A5DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5DAA is #65A255. Grayscale: #777777. Windows color (decimal): -6660694 or 11165082. OLE color: 11165082.
HSL color Cylindrical-coordinate representation of color #9A5DAA: hue angle of 287.53º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A5DAA is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 93 | 170 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.33 |
| HSL | 287.53º | 0.31% | 0.52% | - |
| HSV(B) | 287.53º | 0.45% | 0.67% | - |
| XYZ | 24.5 | 17.6 | 40.14 | - |
| YUV | 120.02 | 156.21 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 93 | 170 | 0.09 | 0.45 | 0 | 0.33 | 287.53 | 0.31 | 0.52 |
| Hex | 9A | 5D | AA | 9 | 2D | 0 | 21 | 120 | 1F | 34 |
| Octal | 232 | 135 | 252 | 11 | 55 | 0 | 41 | 440 | 37 | 64 |
| Binary | 10011010 | 1011101 | 10101010 | 1001 | 101101 | 0 | 100001 | 100100000 | 11111 | 110100 |
Color Harmonies of #9A5DAA
Complementary color
Monochromatic Colors of #9A5DAA
Black with #9A5DAA
Text Example
Text Example
White with #9A5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5DAA; }
p { color: rgb(154,93,170); }
H1.HeaderClassName
{
color: #9A5DAA;
}
.AnyTagClassName
{
color: #9A5DAA;
}
</style>
background-color css
<style>
a { background-color: #9A5DAA; }
a { background-color: rgb(154,93,170); }
div.DivClassName
{
background-color: #9A5DAA;
}
.BgClassName
{
background-color: #9A5DAA;
}
</style>
border-color css
<style>
span { border-color: #9A5DAA; }
span { border-color: rgb(154,93,170); }
td.TdClassName
{
border-color: #9A5DAA;
}
.TagClassName
{
border-color: #9A5DAA;
}
</style>