Shades of Spun Pearl #9F9AAF
Tints of Spun Pearl #9F9AAF
RGB
CMYK
RGB Variations
Color information
#9F9AAF (or 0x9F9AAF) is known color: Spun Pearl. HEX triplet: 9F, 9A and AF. RGB value is (159,154,175). Sum of RGB (Red+Green+Blue) = 159+154+175=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F9AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9AAF is #606550. Grayscale: #9D9D9D. Windows color (decimal): -6317393 or 11508383. OLE color: 11508383.
HSL color Cylindrical-coordinate representation of color #9F9AAF: hue angle of 254.29º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9F9AAF is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 154 | 175 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.31 |
| HSL | 254.29º | 0.12% | 0.65% | - |
| HSV(B) | 254.29º | 0.12% | 0.69% | - |
| XYZ | 33.59 | 33.58 | 45.27 | - |
| YUV | 157.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 175 | 0.09 | 0.12 | 0 | 0.31 | 254.29 | 0.12 | 0.65 |
| Hex | 9F | 9A | AF | 9 | C | 0 | 1F | FE | C | 41 |
| Octal | 237 | 232 | 257 | 11 | 14 | 0 | 37 | 376 | 14 | 101 |
| Binary | 10011111 | 10011010 | 10101111 | 1001 | 1100 | 0 | 11111 | 11111110 | 1100 | 1000001 |
Color Harmonies of #9F9AAF
Complementary color
Monochromatic Colors of #9F9AAF
Black with #9F9AAF
Text Example
Text Example
White with #9F9AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9AAF; }
p { color: rgb(159,154,175); }
H1.HeaderClassName
{
color: #9F9AAF;
}
.AnyTagClassName
{
color: #9F9AAF;
}
</style>
background-color css
<style>
a { background-color: #9F9AAF; }
a { background-color: rgb(159,154,175); }
div.DivClassName
{
background-color: #9F9AAF;
}
.BgClassName
{
background-color: #9F9AAF;
}
</style>
border-color css
<style>
span { border-color: #9F9AAF; }
span { border-color: rgb(159,154,175); }
td.TdClassName
{
border-color: #9F9AAF;
}
.TagClassName
{
border-color: #9F9AAF;
}
</style>