Shades of Spun Pearl #9F9EA8
Tints of Spun Pearl #9F9EA8
RGB
CMYK
RGB Variations
Color information
#9F9EA8 (or 0x9F9EA8) is known color: Spun Pearl. HEX triplet: 9F, 9E and A8. RGB value is (159,158,168). Sum of RGB (Red+Green+Blue) = 159+158+168=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 168 - color contains mainly: blue. Hex color #9F9EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9EA8 is #606157. Grayscale: #9F9F9F. Windows color (decimal): -6316376 or 11050655. OLE color: 11050655.
HSL color Cylindrical-coordinate representation of color #9F9EA8: hue angle of 246º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9F9EA8 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 158 | 168 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.34 |
| HSL | 246º | 0.05% | 0.64% | - |
| HSV(B) | 246º | 0.06% | 0.66% | - |
| XYZ | 33.59 | 34.65 | 41.96 | - |
| YUV | 159.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 158 | 168 | 0.05 | 0.06 | 0 | 0.34 | 246 | 0.05 | 0.64 |
| Hex | 9F | 9E | A8 | 5 | 6 | 0 | 22 | F6 | 5 | 40 |
| Octal | 237 | 236 | 250 | 5 | 6 | 0 | 42 | 366 | 5 | 100 |
| Binary | 10011111 | 10011110 | 10101000 | 101 | 110 | 0 | 100010 | 11110110 | 101 | 1000000 |
Color Harmonies of #9F9EA8
Complementary color
Monochromatic Colors of #9F9EA8
Black with #9F9EA8
Text Example
Text Example
White with #9F9EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9EA8; }
p { color: rgb(159,158,168); }
H1.HeaderClassName
{
color: #9F9EA8;
}
.AnyTagClassName
{
color: #9F9EA8;
}
</style>
background-color css
<style>
a { background-color: #9F9EA8; }
a { background-color: rgb(159,158,168); }
div.DivClassName
{
background-color: #9F9EA8;
}
.BgClassName
{
background-color: #9F9EA8;
}
</style>
border-color css
<style>
span { border-color: #9F9EA8; }
span { border-color: rgb(159,158,168); }
td.TdClassName
{
border-color: #9F9EA8;
}
.TagClassName
{
border-color: #9F9EA8;
}
</style>