Shades of Spun Pearl #9F9DA3
Tints of Spun Pearl #9F9DA3
RGB
CMYK
RGB Variations
Color information
#9F9DA3 (or 0x9F9DA3) is known color: Spun Pearl. HEX triplet: 9F, 9D and A3. RGB value is (159,157,163). Sum of RGB (Red+Green+Blue) = 159+157+163=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 163 (64.06% from 255 or 34.03% from 479); Max value from RGB is 163 - color contains mainly: blue. Hex color #9F9DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9DA3 is #60625C. Grayscale: #9E9E9E. Windows color (decimal): -6316637 or 10722719. OLE color: 10722719.
HSL color Cylindrical-coordinate representation of color #9F9DA3: hue angle of 260º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9F9DA3 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 159 | 157 | 163 | - |
CMYK | 0.02 | 0.04 | 0 | 0.36 |
HSL | 260º | 0.03% | 0.63% | - |
HSV(B) | 260º | 0.04% | 0.64% | - |
XYZ | 32.97 | 34.13 | 39.5 | - |
YUV | 158.28 | 130.66 | 128.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 157 | 163 | 0.02 | 0.04 | 0 | 0.36 | 260 | 0.03 | 0.63 |
Hex | 9F | 9D | A3 | 2 | 4 | 0 | 24 | 104 | 3 | 3F |
Octal | 237 | 235 | 243 | 2 | 4 | 0 | 44 | 404 | 3 | 77 |
Binary | 10011111 | 10011101 | 10100011 | 10 | 100 | 0 | 100100 | 100000100 | 11 | 111111 |
Color Harmonies of #9F9DA3
Complementary color
Monochromatic Colors of #9F9DA3
Black with #9F9DA3
Text Example
Text Example
White with #9F9DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9DA3; }
p { color: rgb(159,157,163); }
H1.HeaderClassName
{
color: #9F9DA3;
}
.AnyTagClassName
{
color: #9F9DA3;
}
</style>
background-color css
<style>
a { background-color: #9F9DA3; }
a { background-color: rgb(159,157,163); }
div.DivClassName
{
background-color: #9F9DA3;
}
.BgClassName
{
background-color: #9F9DA3;
}
</style>
border-color css
<style>
span { border-color: #9F9DA3; }
span { border-color: rgb(159,157,163); }
td.TdClassName
{
border-color: #9F9DA3;
}
.TagClassName
{
border-color: #9F9DA3;
}
</style>