Shades of Spun Pearl #9E99AA
Tints of Spun Pearl #9E99AA
RGB
CMYK
RGB Variations
Color information
#9E99AA (or 0x9E99AA) is known color: Spun Pearl. HEX triplet: 9E, 99 and AA. RGB value is (158,153,170). Sum of RGB (Red+Green+Blue) = 158+153+170=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E99AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E99AA is #616655. Grayscale: #9C9C9C. Windows color (decimal): -6383190 or 11180446. OLE color: 11180446.
HSL color Cylindrical-coordinate representation of color #9E99AA: hue angle of 257.65º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9E99AA is Cyan = 0.07, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 153 | 170 | - |
| CMYK | 0.07 | 0.1 | 0 | 0.33 |
| HSL | 257.65º | 0.09% | 0.63% | - |
| HSV(B) | 257.65º | 0.1% | 0.67% | - |
| XYZ | 32.75 | 32.95 | 42.66 | - |
| YUV | 156.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 170 | 0.07 | 0.1 | 0 | 0.33 | 257.65 | 0.09 | 0.63 |
| Hex | 9E | 99 | AA | 7 | A | 0 | 21 | 102 | 9 | 3F |
| Octal | 236 | 231 | 252 | 7 | 12 | 0 | 41 | 402 | 11 | 77 |
| Binary | 10011110 | 10011001 | 10101010 | 111 | 1010 | 0 | 100001 | 100000010 | 1001 | 111111 |
Color Harmonies of #9E99AA
Complementary color
Monochromatic Colors of #9E99AA
Black with #9E99AA
Text Example
Text Example
White with #9E99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E99AA; }
p { color: rgb(158,153,170); }
H1.HeaderClassName
{
color: #9E99AA;
}
.AnyTagClassName
{
color: #9E99AA;
}
</style>
background-color css
<style>
a { background-color: #9E99AA; }
a { background-color: rgb(158,153,170); }
div.DivClassName
{
background-color: #9E99AA;
}
.BgClassName
{
background-color: #9E99AA;
}
</style>
border-color css
<style>
span { border-color: #9E99AA; }
span { border-color: rgb(158,153,170); }
td.TdClassName
{
border-color: #9E99AA;
}
.TagClassName
{
border-color: #9E99AA;
}
</style>