Shades of Spun Pearl #9F9AAB
Tints of Spun Pearl #9F9AAB
RGB
CMYK
RGB Variations
Color information
#9F9AAB (or 0x9F9AAB) is known color: Spun Pearl. HEX triplet: 9F, 9A and AB. RGB value is (159,154,171). Sum of RGB (Red+Green+Blue) = 159+154+171=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F9AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9AAB is #606554. Grayscale: #9D9D9D. Windows color (decimal): -6317397 or 11246239. OLE color: 11246239.
HSL color Cylindrical-coordinate representation of color #9F9AAB: hue angle of 257.65º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9F9AAB is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 154 | 171 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.33 |
| HSL | 257.65º | 0.09% | 0.64% | - |
| HSV(B) | 257.65º | 0.1% | 0.67% | - |
| XYZ | 33.2 | 33.42 | 43.23 | - |
| YUV | 157.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 171 | 0.07 | 0.10 | 0 | 0.33 | 257.65 | 0.09 | 0.64 |
| Hex | 9F | 9A | AB | 7 | A | 0 | 21 | 102 | 9 | 40 |
| Octal | 237 | 232 | 253 | 7 | 12 | 0 | 41 | 402 | 11 | 100 |
| Binary | 10011111 | 10011010 | 10101011 | 111 | 1010 | 0 | 100001 | 100000010 | 1001 | 1000000 |
Color Harmonies of #9F9AAB
Complementary color
Monochromatic Colors of #9F9AAB
Black with #9F9AAB
Text Example
Text Example
White with #9F9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9AAB; }
p { color: rgb(159,154,171); }
H1.HeaderClassName
{
color: #9F9AAB;
}
.AnyTagClassName
{
color: #9F9AAB;
}
</style>
background-color css
<style>
a { background-color: #9F9AAB; }
a { background-color: rgb(159,154,171); }
div.DivClassName
{
background-color: #9F9AAB;
}
.BgClassName
{
background-color: #9F9AAB;
}
</style>
border-color css
<style>
span { border-color: #9F9AAB; }
span { border-color: rgb(159,154,171); }
td.TdClassName
{
border-color: #9F9AAB;
}
.TagClassName
{
border-color: #9F9AAB;
}
</style>