Shades of Cold Purple #9F96AA
Tints of Cold Purple #9F96AA
RGB
CMYK
RGB Variations
Color information
#9F96AA (or 0x9F96AA) is known color: Cold Purple. HEX triplet: 9F, 96 and AA. RGB value is (159,150,170). Sum of RGB (Red+Green+Blue) = 159+150+170=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F96AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F96AA is #606955. Grayscale: #9A9A9A. Windows color (decimal): -6318422 or 11179679. OLE color: 11179679.
HSL color Cylindrical-coordinate representation of color #9F96AA: hue angle of 267º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9F96AA is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 150 | 170 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.33 |
| HSL | 267º | 0.11% | 0.63% | - |
| HSV(B) | 267º | 0.12% | 0.67% | - |
| XYZ | 32.46 | 32.09 | 42.51 | - |
| YUV | 154.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 170 | 0.06 | 0.12 | 0 | 0.33 | 267 | 0.11 | 0.63 |
| Hex | 9F | 96 | AA | 6 | C | 0 | 21 | 10B | B | 3F |
| Octal | 237 | 226 | 252 | 6 | 14 | 0 | 41 | 413 | 13 | 77 |
| Binary | 10011111 | 10010110 | 10101010 | 110 | 1100 | 0 | 100001 | 100001011 | 1011 | 111111 |
Color Harmonies of #9F96AA
Complementary color
Monochromatic Colors of #9F96AA
Black with #9F96AA
Text Example
Text Example
White with #9F96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F96AA; }
p { color: rgb(159,150,170); }
H1.HeaderClassName
{
color: #9F96AA;
}
.AnyTagClassName
{
color: #9F96AA;
}
</style>
background-color css
<style>
a { background-color: #9F96AA; }
a { background-color: rgb(159,150,170); }
div.DivClassName
{
background-color: #9F96AA;
}
.BgClassName
{
background-color: #9F96AA;
}
</style>
border-color css
<style>
span { border-color: #9F96AA; }
span { border-color: rgb(159,150,170); }
td.TdClassName
{
border-color: #9F96AA;
}
.TagClassName
{
border-color: #9F96AA;
}
</style>