Shades of Violet Blue #9F5BAA
Tints of Violet Blue #9F5BAA
RGB
CMYK
RGB Variations
Color information
#9F5BAA (or 0x9F5BAA) is known color: Violet Blue. HEX triplet: 9F, 5B and AA. RGB value is (159,91,170). Sum of RGB (Red+Green+Blue) = 159+91+170=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F5BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5BAA is #60A455. Grayscale: #787878. Windows color (decimal): -6333526 or 11164575. OLE color: 11164575.
HSL color Cylindrical-coordinate representation of color #9F5BAA: hue angle of 291.65º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F5BAA is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 91 | 170 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.33 |
| HSL | 291.65º | 0.32% | 0.51% | - |
| HSV(B) | 291.65º | 0.46% | 0.67% | - |
| XYZ | 25.29 | 17.76 | 40.12 | - |
| YUV | 120.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 91 | 170 | 0.06 | 0.46 | 0 | 0.33 | 291.65 | 0.32 | 0.51 |
| Hex | 9F | 5B | AA | 6 | 2E | 0 | 21 | 124 | 20 | 33 |
| Octal | 237 | 133 | 252 | 6 | 56 | 0 | 41 | 444 | 40 | 63 |
| Binary | 10011111 | 1011011 | 10101010 | 110 | 101110 | 0 | 100001 | 100100100 | 100000 | 110011 |
Color Harmonies of #9F5BAA
Complementary color
Monochromatic Colors of #9F5BAA
Black with #9F5BAA
Text Example
Text Example
White with #9F5BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5BAA; }
p { color: rgb(159,91,170); }
H1.HeaderClassName
{
color: #9F5BAA;
}
.AnyTagClassName
{
color: #9F5BAA;
}
</style>
background-color css
<style>
a { background-color: #9F5BAA; }
a { background-color: rgb(159,91,170); }
div.DivClassName
{
background-color: #9F5BAA;
}
.BgClassName
{
background-color: #9F5BAA;
}
</style>
border-color css
<style>
span { border-color: #9F5BAA; }
span { border-color: rgb(159,91,170); }
td.TdClassName
{
border-color: #9F5BAA;
}
.TagClassName
{
border-color: #9F5BAA;
}
</style>