Shades of Spun Pearl #9F9BAD
Tints of Spun Pearl #9F9BAD
RGB
CMYK
RGB Variations
Color information
#9F9BAD (or 0x9F9BAD) is known color: Spun Pearl. HEX triplet: 9F, 9B and AD. RGB value is (159,155,173). Sum of RGB (Red+Green+Blue) = 159+155+173=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F9BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9BAD is #606452. Grayscale: #9E9E9E. Windows color (decimal): -6317139 or 11377567. OLE color: 11377567.
HSL color Cylindrical-coordinate representation of color #9F9BAD: hue angle of 253.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9F9BAD is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 155 | 173 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.32 |
| HSL | 253.33º | 0.1% | 0.64% | - |
| HSV(B) | 253.33º | 0.1% | 0.68% | - |
| XYZ | 33.56 | 33.83 | 44.3 | - |
| YUV | 158.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 173 | 0.08 | 0.10 | 0 | 0.32 | 253.33 | 0.1 | 0.64 |
| Hex | 9F | 9B | AD | 8 | A | 0 | 20 | FD | A | 40 |
| Octal | 237 | 233 | 255 | 10 | 12 | 0 | 40 | 375 | 12 | 100 |
| Binary | 10011111 | 10011011 | 10101101 | 1000 | 1010 | 0 | 100000 | 11111101 | 1010 | 1000000 |
Color Harmonies of #9F9BAD
Complementary color
Monochromatic Colors of #9F9BAD
Black with #9F9BAD
Text Example
Text Example
White with #9F9BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9BAD; }
p { color: rgb(159,155,173); }
H1.HeaderClassName
{
color: #9F9BAD;
}
.AnyTagClassName
{
color: #9F9BAD;
}
</style>
background-color css
<style>
a { background-color: #9F9BAD; }
a { background-color: rgb(159,155,173); }
div.DivClassName
{
background-color: #9F9BAD;
}
.BgClassName
{
background-color: #9F9BAD;
}
</style>
border-color css
<style>
span { border-color: #9F9BAD; }
span { border-color: rgb(159,155,173); }
td.TdClassName
{
border-color: #9F9BAD;
}
.TagClassName
{
border-color: #9F9BAD;
}
</style>