Shades of Spun Pearl #9F9BA9
Tints of Spun Pearl #9F9BA9
RGB
CMYK
RGB Variations
Color information
#9F9BA9 (or 0x9F9BA9) is known color: Spun Pearl. HEX triplet: 9F, 9B and A9. RGB value is (159,155,169). Sum of RGB (Red+Green+Blue) = 159+155+169=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 169 - color contains mainly: blue. Hex color #9F9BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9BA9 is #606456. Grayscale: #9D9D9D. Windows color (decimal): -6317143 or 11115423. OLE color: 11115423.
HSL color Cylindrical-coordinate representation of color #9F9BA9: hue angle of 257.14º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9F9BA9 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 155 | 169 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.34 |
| HSL | 257.14º | 0.08% | 0.64% | - |
| HSV(B) | 257.14º | 0.08% | 0.66% | - |
| XYZ | 33.18 | 33.68 | 42.29 | - |
| YUV | 157.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 169 | 0.06 | 0.08 | 0 | 0.34 | 257.14 | 0.08 | 0.64 |
| Hex | 9F | 9B | A9 | 6 | 8 | 0 | 22 | 101 | 8 | 40 |
| Octal | 237 | 233 | 251 | 6 | 10 | 0 | 42 | 401 | 10 | 100 |
| Binary | 10011111 | 10011011 | 10101001 | 110 | 1000 | 0 | 100010 | 100000001 | 1000 | 1000000 |
Color Harmonies of #9F9BA9
Complementary color
Monochromatic Colors of #9F9BA9
Black with #9F9BA9
Text Example
Text Example
White with #9F9BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9BA9; }
p { color: rgb(159,155,169); }
H1.HeaderClassName
{
color: #9F9BA9;
}
.AnyTagClassName
{
color: #9F9BA9;
}
</style>
background-color css
<style>
a { background-color: #9F9BA9; }
a { background-color: rgb(159,155,169); }
div.DivClassName
{
background-color: #9F9BA9;
}
.BgClassName
{
background-color: #9F9BA9;
}
</style>
border-color css
<style>
span { border-color: #9F9BA9; }
span { border-color: rgb(159,155,169); }
td.TdClassName
{
border-color: #9F9BA9;
}
.TagClassName
{
border-color: #9F9BA9;
}
</style>