Shades of Spun Pearl #9E99AC
Tints of Spun Pearl #9E99AC
RGB
CMYK
RGB Variations
Color information
#9E99AC (or 0x9E99AC) is known color: Spun Pearl. HEX triplet: 9E, 99 and AC. RGB value is (158,153,172). Sum of RGB (Red+Green+Blue) = 158+153+172=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 153 (60.16% from 255 or 31.68% 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 #9E99AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E99AC is #616653. Grayscale: #9C9C9C. Windows color (decimal): -6383188 or 11311518. OLE color: 11311518.
HSL color Cylindrical-coordinate representation of color #9E99AC: hue angle of 255.79º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9E99AC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 153 | 172 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.33 |
| HSL | 255.79º | 0.1% | 0.64% | - |
| HSV(B) | 255.79º | 0.11% | 0.67% | - |
| XYZ | 32.94 | 33.03 | 43.67 | - |
| YUV | 156.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 172 | 0.08 | 0.11 | 0 | 0.33 | 255.79 | 0.1 | 0.64 |
| Hex | 9E | 99 | AC | 8 | B | 0 | 21 | 100 | A | 40 |
| Octal | 236 | 231 | 254 | 10 | 13 | 0 | 41 | 400 | 12 | 100 |
| Binary | 10011110 | 10011001 | 10101100 | 1000 | 1011 | 0 | 100001 | 100000000 | 1010 | 1000000 |
Color Harmonies of #9E99AC
Complementary color
Monochromatic Colors of #9E99AC
Black with #9E99AC
Text Example
Text Example
White with #9E99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E99AC; }
p { color: rgb(158,153,172); }
H1.HeaderClassName
{
color: #9E99AC;
}
.AnyTagClassName
{
color: #9E99AC;
}
</style>
background-color css
<style>
a { background-color: #9E99AC; }
a { background-color: rgb(158,153,172); }
div.DivClassName
{
background-color: #9E99AC;
}
.BgClassName
{
background-color: #9E99AC;
}
</style>
border-color css
<style>
span { border-color: #9E99AC; }
span { border-color: rgb(158,153,172); }
td.TdClassName
{
border-color: #9E99AC;
}
.TagClassName
{
border-color: #9E99AC;
}
</style>