Shades of Violet Blue #9F60AB
Tints of Violet Blue #9F60AB
RGB
CMYK
RGB Variations
Color information
#9F60AB (or 0x9F60AB) is known color: Violet Blue. HEX triplet: 9F, 60 and AB. RGB value is (159,96,171). Sum of RGB (Red+Green+Blue) = 159+96+171=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F60AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F60AB is #609F54. Grayscale: #7B7B7B. Windows color (decimal): -6332245 or 11231391. OLE color: 11231391.
HSL color Cylindrical-coordinate representation of color #9F60AB: hue angle of 290.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F60AB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 96 | 171 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.33 |
| HSL | 290.4º | 0.31% | 0.52% | - |
| HSV(B) | 290.4º | 0.44% | 0.67% | - |
| XYZ | 25.83 | 18.68 | 40.77 | - |
| YUV | 123.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 171 | 0.07 | 0.44 | 0 | 0.33 | 290.4 | 0.31 | 0.52 |
| Hex | 9F | 60 | AB | 7 | 2C | 0 | 21 | 122 | 1F | 34 |
| Octal | 237 | 140 | 253 | 7 | 54 | 0 | 41 | 442 | 37 | 64 |
| Binary | 10011111 | 1100000 | 10101011 | 111 | 101100 | 0 | 100001 | 100100010 | 11111 | 110100 |
Color Harmonies of #9F60AB
Complementary color
Monochromatic Colors of #9F60AB
Black with #9F60AB
Text Example
Text Example
White with #9F60AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F60AB; }
p { color: rgb(159,96,171); }
H1.HeaderClassName
{
color: #9F60AB;
}
.AnyTagClassName
{
color: #9F60AB;
}
</style>
background-color css
<style>
a { background-color: #9F60AB; }
a { background-color: rgb(159,96,171); }
div.DivClassName
{
background-color: #9F60AB;
}
.BgClassName
{
background-color: #9F60AB;
}
</style>
border-color css
<style>
span { border-color: #9F60AB; }
span { border-color: rgb(159,96,171); }
td.TdClassName
{
border-color: #9F60AB;
}
.TagClassName
{
border-color: #9F60AB;
}
</style>