Shades of Spun Pearl #9F9BB1
Tints of Spun Pearl #9F9BB1
RGB
CMYK
RGB Variations
Color information
#9F9BB1 (or 0x9F9BB1) is known color: Spun Pearl. HEX triplet: 9F, 9B and B1. RGB value is (159,155,177). Sum of RGB (Red+Green+Blue) = 159+155+177=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 177 - color contains mainly: blue. Hex color #9F9BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9BB1 is #60644E. Grayscale: #9E9E9E. Windows color (decimal): -6317135 or 11639711. OLE color: 11639711.
HSL color Cylindrical-coordinate representation of color #9F9BB1: hue angle of 250.91º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9F9BB1 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 155 | 177 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.31 |
| HSL | 250.91º | 0.12% | 0.65% | - |
| HSV(B) | 250.91º | 0.12% | 0.69% | - |
| XYZ | 33.96 | 33.99 | 46.37 | - |
| YUV | 158.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 177 | 0.10 | 0.12 | 0 | 0.31 | 250.91 | 0.12 | 0.65 |
| Hex | 9F | 9B | B1 | A | C | 0 | 1F | FB | C | 41 |
| Octal | 237 | 233 | 261 | 12 | 14 | 0 | 37 | 373 | 14 | 101 |
| Binary | 10011111 | 10011011 | 10110001 | 1010 | 1100 | 0 | 11111 | 11111011 | 1100 | 1000001 |
Color Harmonies of #9F9BB1
Complementary color
Monochromatic Colors of #9F9BB1
Black with #9F9BB1
Text Example
Text Example
White with #9F9BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9BB1; }
p { color: rgb(159,155,177); }
H1.HeaderClassName
{
color: #9F9BB1;
}
.AnyTagClassName
{
color: #9F9BB1;
}
</style>
background-color css
<style>
a { background-color: #9F9BB1; }
a { background-color: rgb(159,155,177); }
div.DivClassName
{
background-color: #9F9BB1;
}
.BgClassName
{
background-color: #9F9BB1;
}
</style>
border-color css
<style>
span { border-color: #9F9BB1; }
span { border-color: rgb(159,155,177); }
td.TdClassName
{
border-color: #9F9BB1;
}
.TagClassName
{
border-color: #9F9BB1;
}
</style>