Shades of Spun Pearl #9F9AB1
Tints of Spun Pearl #9F9AB1
RGB
CMYK
RGB Variations
Color information
#9F9AB1 (or 0x9F9AB1) is known color: Spun Pearl. HEX triplet: 9F, 9A and B1. RGB value is (159,154,177). Sum of RGB (Red+Green+Blue) = 159+154+177=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 177 - color contains mainly: blue. Hex color #9F9AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9AB1 is #60654E. Grayscale: #9E9E9E. Windows color (decimal): -6317391 or 11639455. OLE color: 11639455.
HSL color Cylindrical-coordinate representation of color #9F9AB1: hue angle of 253.04º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9F9AB1 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 154 | 177 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.31 |
| HSL | 253.04º | 0.13% | 0.65% | - |
| HSV(B) | 253.04º | 0.13% | 0.69% | - |
| XYZ | 33.79 | 33.66 | 46.31 | - |
| YUV | 158.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 177 | 0.10 | 0.13 | 0 | 0.31 | 253.04 | 0.13 | 0.65 |
| Hex | 9F | 9A | B1 | A | D | 0 | 1F | FD | D | 41 |
| Octal | 237 | 232 | 261 | 12 | 15 | 0 | 37 | 375 | 15 | 101 |
| Binary | 10011111 | 10011010 | 10110001 | 1010 | 1101 | 0 | 11111 | 11111101 | 1101 | 1000001 |
Color Harmonies of #9F9AB1
Complementary color
Monochromatic Colors of #9F9AB1
Black with #9F9AB1
Text Example
Text Example
White with #9F9AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9AB1; }
p { color: rgb(159,154,177); }
H1.HeaderClassName
{
color: #9F9AB1;
}
.AnyTagClassName
{
color: #9F9AB1;
}
</style>
background-color css
<style>
a { background-color: #9F9AB1; }
a { background-color: rgb(159,154,177); }
div.DivClassName
{
background-color: #9F9AB1;
}
.BgClassName
{
background-color: #9F9AB1;
}
</style>
border-color css
<style>
span { border-color: #9F9AB1; }
span { border-color: rgb(159,154,177); }
td.TdClassName
{
border-color: #9F9AB1;
}
.TagClassName
{
border-color: #9F9AB1;
}
</style>