Shades of Spun Pearl #9F9DB0
Tints of Spun Pearl #9F9DB0
RGB
CMYK
RGB Variations
Color information
#9F9DB0 (or 0x9F9DB0) is known color: Spun Pearl. HEX triplet: 9F, 9D and B0. RGB value is (159,157,176). Sum of RGB (Red+Green+Blue) = 159+157+176=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 176 - color contains mainly: blue. Hex color #9F9DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9DB0 is #60624F. Grayscale: #9F9F9F. Windows color (decimal): -6316624 or 11574687. OLE color: 11574687.
HSL color Cylindrical-coordinate representation of color #9F9DB0: hue angle of 246.32º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9F9DB0 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 157 | 176 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.31 |
| HSL | 246.32º | 0.11% | 0.65% | - |
| HSV(B) | 246.32º | 0.11% | 0.69% | - |
| XYZ | 34.19 | 34.62 | 45.95 | - |
| YUV | 159.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 157 | 176 | 0.10 | 0.11 | 0 | 0.31 | 246.32 | 0.11 | 0.65 |
| Hex | 9F | 9D | B0 | A | B | 0 | 1F | F6 | B | 41 |
| Octal | 237 | 235 | 260 | 12 | 13 | 0 | 37 | 366 | 13 | 101 |
| Binary | 10011111 | 10011101 | 10110000 | 1010 | 1011 | 0 | 11111 | 11110110 | 1011 | 1000001 |
Color Harmonies of #9F9DB0
Complementary color
Monochromatic Colors of #9F9DB0
Black with #9F9DB0
Text Example
Text Example
White with #9F9DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9DB0; }
p { color: rgb(159,157,176); }
H1.HeaderClassName
{
color: #9F9DB0;
}
.AnyTagClassName
{
color: #9F9DB0;
}
</style>
background-color css
<style>
a { background-color: #9F9DB0; }
a { background-color: rgb(159,157,176); }
div.DivClassName
{
background-color: #9F9DB0;
}
.BgClassName
{
background-color: #9F9DB0;
}
</style>
border-color css
<style>
span { border-color: #9F9DB0; }
span { border-color: rgb(159,157,176); }
td.TdClassName
{
border-color: #9F9DB0;
}
.TagClassName
{
border-color: #9F9DB0;
}
</style>