Shades of Spun Pearl #9D9AAC
Tints of Spun Pearl #9D9AAC
RGB
CMYK
RGB Variations
Color information
#9D9AAC (or 0x9D9AAC) is known color: Spun Pearl. HEX triplet: 9D, 9A and AC. RGB value is (157,154,172). Sum of RGB (Red+Green+Blue) = 157+154+172=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D9AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9AAC is #626553. Grayscale: #9C9C9C. Windows color (decimal): -6448468 or 11311773. OLE color: 11311773.
HSL color Cylindrical-coordinate representation of color #9D9AAC: hue angle of 250º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9D9AAC is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 154 | 172 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.33 |
| HSL | 250º | 0.1% | 0.64% | - |
| HSV(B) | 250º | 0.1% | 0.67% | - |
| XYZ | 32.91 | 33.26 | 43.71 | - |
| YUV | 156.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 172 | 0.09 | 0.10 | 0 | 0.33 | 250 | 0.1 | 0.64 |
| Hex | 9D | 9A | AC | 9 | A | 0 | 21 | FA | A | 40 |
| Octal | 235 | 232 | 254 | 11 | 12 | 0 | 41 | 372 | 12 | 100 |
| Binary | 10011101 | 10011010 | 10101100 | 1001 | 1010 | 0 | 100001 | 11111010 | 1010 | 1000000 |
Color Harmonies of #9D9AAC
Complementary color
Monochromatic Colors of #9D9AAC
Black with #9D9AAC
Text Example
Text Example
White with #9D9AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9AAC; }
p { color: rgb(157,154,172); }
H1.HeaderClassName
{
color: #9D9AAC;
}
.AnyTagClassName
{
color: #9D9AAC;
}
</style>
background-color css
<style>
a { background-color: #9D9AAC; }
a { background-color: rgb(157,154,172); }
div.DivClassName
{
background-color: #9D9AAC;
}
.BgClassName
{
background-color: #9D9AAC;
}
</style>
border-color css
<style>
span { border-color: #9D9AAC; }
span { border-color: rgb(157,154,172); }
td.TdClassName
{
border-color: #9D9AAC;
}
.TagClassName
{
border-color: #9D9AAC;
}
</style>