Shades of Violet Blue #9F60AA
Tints of Violet Blue #9F60AA
RGB
CMYK
RGB Variations
Color information
#9F60AA (or 0x9F60AA) is known color: Violet Blue. HEX triplet: 9F, 60 and AA. RGB value is (159,96,170). Sum of RGB (Red+Green+Blue) = 159+96+170=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F60AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F60AA is #609F55. Grayscale: #7B7B7B. Windows color (decimal): -6332246 or 11165855. OLE color: 11165855.
HSL color Cylindrical-coordinate representation of color #9F60AA: hue angle of 291.08º degrees, saturation: 0.3, 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 #9F60AA is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 96 | 170 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.33 |
| HSL | 291.08º | 0.3% | 0.52% | - |
| HSV(B) | 291.08º | 0.44% | 0.67% | - |
| XYZ | 25.74 | 18.64 | 40.27 | - |
| YUV | 123.27 | 154.37 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 170 | 0.06 | 0.44 | 0 | 0.33 | 291.08 | 0.3 | 0.52 |
| Hex | 9F | 60 | AA | 6 | 2C | 0 | 21 | 123 | 1E | 34 |
| Octal | 237 | 140 | 252 | 6 | 54 | 0 | 41 | 443 | 36 | 64 |
| Binary | 10011111 | 1100000 | 10101010 | 110 | 101100 | 0 | 100001 | 100100011 | 11110 | 110100 |
Color Harmonies of #9F60AA
Complementary color
Monochromatic Colors of #9F60AA
Black with #9F60AA
Text Example
Text Example
White with #9F60AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F60AA; }
p { color: rgb(159,96,170); }
H1.HeaderClassName
{
color: #9F60AA;
}
.AnyTagClassName
{
color: #9F60AA;
}
</style>
background-color css
<style>
a { background-color: #9F60AA; }
a { background-color: rgb(159,96,170); }
div.DivClassName
{
background-color: #9F60AA;
}
.BgClassName
{
background-color: #9F60AA;
}
</style>
border-color css
<style>
span { border-color: #9F60AA; }
span { border-color: rgb(159,96,170); }
td.TdClassName
{
border-color: #9F60AA;
}
.TagClassName
{
border-color: #9F60AA;
}
</style>