Shades of Spun Pearl #9D99AE
Tints of Spun Pearl #9D99AE
RGB
CMYK
RGB Variations
Color information
#9D99AE (or 0x9D99AE) is known color: Spun Pearl. HEX triplet: 9D, 99 and AE. RGB value is (157,153,174). Sum of RGB (Red+Green+Blue) = 157+153+174=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D99AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D99AE is #626651. Grayscale: #9C9C9C. Windows color (decimal): -6448722 or 11442589. OLE color: 11442589.
HSL color Cylindrical-coordinate representation of color #9D99AE: hue angle of 251.43º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9D99AE is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 153 | 174 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.32 |
| HSL | 251.43º | 0.11% | 0.64% | - |
| HSV(B) | 251.43º | 0.12% | 0.68% | - |
| XYZ | 32.94 | 33.01 | 44.68 | - |
| YUV | 156.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 174 | 0.10 | 0.12 | 0 | 0.32 | 251.43 | 0.11 | 0.64 |
| Hex | 9D | 99 | AE | A | C | 0 | 20 | FB | B | 40 |
| Octal | 235 | 231 | 256 | 12 | 14 | 0 | 40 | 373 | 13 | 100 |
| Binary | 10011101 | 10011001 | 10101110 | 1010 | 1100 | 0 | 100000 | 11111011 | 1011 | 1000000 |
Color Harmonies of #9D99AE
Complementary color
Monochromatic Colors of #9D99AE
Black with #9D99AE
Text Example
Text Example
White with #9D99AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D99AE; }
p { color: rgb(157,153,174); }
H1.HeaderClassName
{
color: #9D99AE;
}
.AnyTagClassName
{
color: #9D99AE;
}
</style>
background-color css
<style>
a { background-color: #9D99AE; }
a { background-color: rgb(157,153,174); }
div.DivClassName
{
background-color: #9D99AE;
}
.BgClassName
{
background-color: #9D99AE;
}
</style>
border-color css
<style>
span { border-color: #9D99AE; }
span { border-color: rgb(157,153,174); }
td.TdClassName
{
border-color: #9D99AE;
}
.TagClassName
{
border-color: #9D99AE;
}
</style>