Shades of Spun Pearl #9E9CAA
Tints of Spun Pearl #9E9CAA
RGB
CMYK
RGB Variations
Color information
#9E9CAA (or 0x9E9CAA) is known color: Spun Pearl. HEX triplet: 9E, 9C and AA. RGB value is (158,156,170). Sum of RGB (Red+Green+Blue) = 158+156+170=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E9CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9CAA is #616355. Grayscale: #9E9E9E. Windows color (decimal): -6382422 or 11181214. OLE color: 11181214.
HSL color Cylindrical-coordinate representation of color #9E9CAA: hue angle of 248.57º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9E9CAA is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 156 | 170 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.33 |
| HSL | 248.57º | 0.08% | 0.64% | - |
| HSV(B) | 248.57º | 0.08% | 0.67% | - |
| XYZ | 33.24 | 33.95 | 42.83 | - |
| YUV | 158.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 156 | 170 | 0.07 | 0.08 | 0 | 0.33 | 248.57 | 0.08 | 0.64 |
| Hex | 9E | 9C | AA | 7 | 8 | 0 | 21 | F9 | 8 | 40 |
| Octal | 236 | 234 | 252 | 7 | 10 | 0 | 41 | 371 | 10 | 100 |
| Binary | 10011110 | 10011100 | 10101010 | 111 | 1000 | 0 | 100001 | 11111001 | 1000 | 1000000 |
Color Harmonies of #9E9CAA
Complementary color
Monochromatic Colors of #9E9CAA
Black with #9E9CAA
Text Example
Text Example
White with #9E9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9CAA; }
p { color: rgb(158,156,170); }
H1.HeaderClassName
{
color: #9E9CAA;
}
.AnyTagClassName
{
color: #9E9CAA;
}
</style>
background-color css
<style>
a { background-color: #9E9CAA; }
a { background-color: rgb(158,156,170); }
div.DivClassName
{
background-color: #9E9CAA;
}
.BgClassName
{
background-color: #9E9CAA;
}
</style>
border-color css
<style>
span { border-color: #9E9CAA; }
span { border-color: rgb(158,156,170); }
td.TdClassName
{
border-color: #9E9CAA;
}
.TagClassName
{
border-color: #9E9CAA;
}
</style>