Shades of Spun Pearl #9F9FA6
Tints of Spun Pearl #9F9FA6
RGB
CMYK
RGB Variations
Color information
#9F9FA6 (or 0x9F9FA6) is known color: Spun Pearl. HEX triplet: 9F, 9F and A6. RGB value is (159,159,166). Sum of RGB (Red+Green+Blue) = 159+159+166=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 166 - color contains mainly: blue. Hex color #9F9FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9FA6 is #606059. Grayscale: #9F9F9F. Windows color (decimal): -6316122 or 10919839. OLE color: 10919839.
HSL color Cylindrical-coordinate representation of color #9F9FA6: hue angle of 240º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9F9FA6 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 159 | 166 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.35 |
| HSL | 240º | 0.04% | 0.64% | - |
| HSV(B) | 240º | 0.04% | 0.65% | - |
| XYZ | 33.58 | 34.92 | 41.05 | - |
| YUV | 159.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 159 | 166 | 0.04 | 0.04 | 0 | 0.35 | 240 | 0.04 | 0.64 |
| Hex | 9F | 9F | A6 | 4 | 4 | 0 | 23 | F0 | 4 | 40 |
| Octal | 237 | 237 | 246 | 4 | 4 | 0 | 43 | 360 | 4 | 100 |
| Binary | 10011111 | 10011111 | 10100110 | 100 | 100 | 0 | 100011 | 11110000 | 100 | 1000000 |
Color Harmonies of #9F9FA6
Complementary color
Monochromatic Colors of #9F9FA6
Black with #9F9FA6
Text Example
Text Example
White with #9F9FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FA6; }
p { color: rgb(159,159,166); }
H1.HeaderClassName
{
color: #9F9FA6;
}
.AnyTagClassName
{
color: #9F9FA6;
}
</style>
background-color css
<style>
a { background-color: #9F9FA6; }
a { background-color: rgb(159,159,166); }
div.DivClassName
{
background-color: #9F9FA6;
}
.BgClassName
{
background-color: #9F9FA6;
}
</style>
border-color css
<style>
span { border-color: #9F9FA6; }
span { border-color: rgb(159,159,166); }
td.TdClassName
{
border-color: #9F9FA6;
}
.TagClassName
{
border-color: #9F9FA6;
}
</style>