Shades of Spun Pearl #9F99AC
Tints of Spun Pearl #9F99AC
RGB
CMYK
RGB Variations
Color information
#9F99AC (or 0x9F99AC) is known color: Spun Pearl. HEX triplet: 9F, 99 and AC. RGB value is (159,153,172). Sum of RGB (Red+Green+Blue) = 159+153+172=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F99AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F99AC is #606653. Grayscale: #9C9C9C. Windows color (decimal): -6317652 or 11311519. OLE color: 11311519.
HSL color Cylindrical-coordinate representation of color #9F99AC: hue angle of 258.95º 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 #9F99AC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 153 | 172 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.33 |
| HSL | 258.95º | 0.1% | 0.64% | - |
| HSV(B) | 258.95º | 0.11% | 0.67% | - |
| XYZ | 33.14 | 33.13 | 43.68 | - |
| YUV | 156.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 172 | 0.08 | 0.11 | 0 | 0.33 | 258.95 | 0.1 | 0.64 |
| Hex | 9F | 99 | AC | 8 | B | 0 | 21 | 103 | A | 40 |
| Octal | 237 | 231 | 254 | 10 | 13 | 0 | 41 | 403 | 12 | 100 |
| Binary | 10011111 | 10011001 | 10101100 | 1000 | 1011 | 0 | 100001 | 100000011 | 1010 | 1000000 |
Color Harmonies of #9F99AC
Complementary color
Monochromatic Colors of #9F99AC
Black with #9F99AC
Text Example
Text Example
White with #9F99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F99AC; }
p { color: rgb(159,153,172); }
H1.HeaderClassName
{
color: #9F99AC;
}
.AnyTagClassName
{
color: #9F99AC;
}
</style>
background-color css
<style>
a { background-color: #9F99AC; }
a { background-color: rgb(159,153,172); }
div.DivClassName
{
background-color: #9F99AC;
}
.BgClassName
{
background-color: #9F99AC;
}
</style>
border-color css
<style>
span { border-color: #9F99AC; }
span { border-color: rgb(159,153,172); }
td.TdClassName
{
border-color: #9F99AC;
}
.TagClassName
{
border-color: #9F99AC;
}
</style>