Shades of Spun Pearl #9F9FAD
Tints of Spun Pearl #9F9FAD
RGB
CMYK
RGB Variations
Color information
#9F9FAD (or 0x9F9FAD) is known color: Spun Pearl. HEX triplet: 9F, 9F and AD. RGB value is (159,159,173). Sum of RGB (Red+Green+Blue) = 159+159+173=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F9FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9FAD is #606052. Grayscale: #A0A0A0. Windows color (decimal): -6316115 or 11378591. OLE color: 11378591.
HSL color Cylindrical-coordinate representation of color #9F9FAD: hue angle of 240º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9F9FAD is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
RGB | 159 | 159 | 173 | - |
CMYK | 0.08 | 0.08 | 0 | 0.32 |
HSL | 240º | 0.08% | 0.65% | - |
HSV(B) | 240º | 0.08% | 0.68% | - |
XYZ | 34.24 | 35.18 | 44.52 | - |
YUV | 160.6 | 135 | 126.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 159 | 173 | 0.08 | 0.08 | 0 | 0.32 | 240 | 0.08 | 0.65 |
Hex | 9F | 9F | AD | 8 | 8 | 0 | 20 | F0 | 8 | 41 |
Octal | 237 | 237 | 255 | 10 | 10 | 0 | 40 | 360 | 10 | 101 |
Binary | 10011111 | 10011111 | 10101101 | 1000 | 1000 | 0 | 100000 | 11110000 | 1000 | 1000001 |
Color Harmonies of #9F9FAD
Complementary color
Monochromatic Colors of #9F9FAD
Black with #9F9FAD
Text Example
Text Example
White with #9F9FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FAD; }
p { color: rgb(159,159,173); }
H1.HeaderClassName
{
color: #9F9FAD;
}
.AnyTagClassName
{
color: #9F9FAD;
}
</style>
background-color css
<style>
a { background-color: #9F9FAD; }
a { background-color: rgb(159,159,173); }
div.DivClassName
{
background-color: #9F9FAD;
}
.BgClassName
{
background-color: #9F9FAD;
}
</style>
border-color css
<style>
span { border-color: #9F9FAD; }
span { border-color: rgb(159,159,173); }
td.TdClassName
{
border-color: #9F9FAD;
}
.TagClassName
{
border-color: #9F9FAD;
}
</style>