Shades of Violet Blue #9B5AAA
Tints of Violet Blue #9B5AAA
RGB
CMYK
RGB Variations
Color information
#9B5AAA (or 0x9B5AAA) is known color: Violet Blue. HEX triplet: 9B, 5A and AA. RGB value is (155,90,170). Sum of RGB (Red+Green+Blue) = 155+90+170=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B5AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5AAA is #64A555. Grayscale: #767676. Windows color (decimal): -6595926 or 11164315. OLE color: 11164315.
HSL color Cylindrical-coordinate representation of color #9B5AAA: hue angle of 288.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B5AAA is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 90 | 170 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.33 |
| HSL | 288.75º | 0.32% | 0.51% | - |
| HSV(B) | 288.75º | 0.47% | 0.67% | - |
| XYZ | 24.43 | 17.18 | 40.06 | - |
| YUV | 118.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 170 | 0.09 | 0.47 | 0 | 0.33 | 288.75 | 0.32 | 0.51 |
| Hex | 9B | 5A | AA | 9 | 2F | 0 | 21 | 121 | 20 | 33 |
| Octal | 233 | 132 | 252 | 11 | 57 | 0 | 41 | 441 | 40 | 63 |
| Binary | 10011011 | 1011010 | 10101010 | 1001 | 101111 | 0 | 100001 | 100100001 | 100000 | 110011 |
Color Harmonies of #9B5AAA
Complementary color
Monochromatic Colors of #9B5AAA
Black with #9B5AAA
Text Example
Text Example
White with #9B5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5AAA; }
p { color: rgb(155,90,170); }
H1.HeaderClassName
{
color: #9B5AAA;
}
.AnyTagClassName
{
color: #9B5AAA;
}
</style>
background-color css
<style>
a { background-color: #9B5AAA; }
a { background-color: rgb(155,90,170); }
div.DivClassName
{
background-color: #9B5AAA;
}
.BgClassName
{
background-color: #9B5AAA;
}
</style>
border-color css
<style>
span { border-color: #9B5AAA; }
span { border-color: rgb(155,90,170); }
td.TdClassName
{
border-color: #9B5AAA;
}
.TagClassName
{
border-color: #9B5AAA;
}
</style>