Shades of Violet Blue #9F5AAB
Tints of Violet Blue #9F5AAB
RGB
CMYK
RGB Variations
Color information
#9F5AAB (or 0x9F5AAB) is known color: Violet Blue. HEX triplet: 9F, 5A and AB. RGB value is (159,90,171). Sum of RGB (Red+Green+Blue) = 159+90+171=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5AAB is #60A554. Grayscale: #777777. Windows color (decimal): -6333781 or 11229855. OLE color: 11229855.
HSL color Cylindrical-coordinate representation of color #9F5AAB: hue angle of 291.11º degrees, saturation: 0.33, 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 #9F5AAB is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 90 | 171 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.33 |
| HSL | 291.11º | 0.33% | 0.51% | - |
| HSV(B) | 291.11º | 0.47% | 0.67% | - |
| XYZ | 25.3 | 17.62 | 40.6 | - |
| YUV | 119.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 171 | 0.07 | 0.47 | 0 | 0.33 | 291.11 | 0.33 | 0.51 |
| Hex | 9F | 5A | AB | 7 | 2F | 0 | 21 | 123 | 21 | 33 |
| Octal | 237 | 132 | 253 | 7 | 57 | 0 | 41 | 443 | 41 | 63 |
| Binary | 10011111 | 1011010 | 10101011 | 111 | 101111 | 0 | 100001 | 100100011 | 100001 | 110011 |
Color Harmonies of #9F5AAB
Complementary color
Monochromatic Colors of #9F5AAB
Black with #9F5AAB
Text Example
Text Example
White with #9F5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5AAB; }
p { color: rgb(159,90,171); }
H1.HeaderClassName
{
color: #9F5AAB;
}
.AnyTagClassName
{
color: #9F5AAB;
}
</style>
background-color css
<style>
a { background-color: #9F5AAB; }
a { background-color: rgb(159,90,171); }
div.DivClassName
{
background-color: #9F5AAB;
}
.BgClassName
{
background-color: #9F5AAB;
}
</style>
border-color css
<style>
span { border-color: #9F5AAB; }
span { border-color: rgb(159,90,171); }
td.TdClassName
{
border-color: #9F5AAB;
}
.TagClassName
{
border-color: #9F5AAB;
}
</style>