Shades of Spun Pearl #9D9AAF
Tints of Spun Pearl #9D9AAF
RGB
CMYK
RGB Variations
Color information
#9D9AAF (or 0x9D9AAF) is known color: Spun Pearl. HEX triplet: 9D, 9A and AF. RGB value is (157,154,175). Sum of RGB (Red+Green+Blue) = 157+154+175=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D9AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9AAF is #626550. Grayscale: #9D9D9D. Windows color (decimal): -6448465 or 11508381. OLE color: 11508381.
HSL color Cylindrical-coordinate representation of color #9D9AAF: hue angle of 248.57º 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 #9D9AAF is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 154 | 175 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.31 |
| HSL | 248.57º | 0.12% | 0.65% | - |
| HSV(B) | 248.57º | 0.12% | 0.69% | - |
| XYZ | 33.2 | 33.37 | 45.25 | - |
| YUV | 157.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 175 | 0.10 | 0.12 | 0 | 0.31 | 248.57 | 0.12 | 0.65 |
| Hex | 9D | 9A | AF | A | C | 0 | 1F | F9 | C | 41 |
| Octal | 235 | 232 | 257 | 12 | 14 | 0 | 37 | 371 | 14 | 101 |
| Binary | 10011101 | 10011010 | 10101111 | 1010 | 1100 | 0 | 11111 | 11111001 | 1100 | 1000001 |
Color Harmonies of #9D9AAF
Complementary color
Monochromatic Colors of #9D9AAF
Black with #9D9AAF
Text Example
Text Example
White with #9D9AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9AAF; }
p { color: rgb(157,154,175); }
H1.HeaderClassName
{
color: #9D9AAF;
}
.AnyTagClassName
{
color: #9D9AAF;
}
</style>
background-color css
<style>
a { background-color: #9D9AAF; }
a { background-color: rgb(157,154,175); }
div.DivClassName
{
background-color: #9D9AAF;
}
.BgClassName
{
background-color: #9D9AAF;
}
</style>
border-color css
<style>
span { border-color: #9D9AAF; }
span { border-color: rgb(157,154,175); }
td.TdClassName
{
border-color: #9D9AAF;
}
.TagClassName
{
border-color: #9D9AAF;
}
</style>