Shades of Spun Pearl #9F9CA8
Tints of Spun Pearl #9F9CA8
RGB
CMYK
RGB Variations
Color information
#9F9CA8 (or 0x9F9CA8) is known color: Spun Pearl. HEX triplet: 9F, 9C and A8. RGB value is (159,156,168). Sum of RGB (Red+Green+Blue) = 159+156+168=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 168 - color contains mainly: blue. Hex color #9F9CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9CA8 is #606357. Grayscale: #9E9E9E. Windows color (decimal): -6316888 or 11050143. OLE color: 11050143.
HSL color Cylindrical-coordinate representation of color #9F9CA8: hue angle of 255º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9F9CA8 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 156 | 168 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.34 |
| HSL | 255º | 0.06% | 0.64% | - |
| HSV(B) | 255º | 0.07% | 0.66% | - |
| XYZ | 33.25 | 33.98 | 41.85 | - |
| YUV | 158.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 168 | 0.05 | 0.07 | 0 | 0.34 | 255 | 0.06 | 0.64 |
| Hex | 9F | 9C | A8 | 5 | 7 | 0 | 22 | FF | 6 | 40 |
| Octal | 237 | 234 | 250 | 5 | 7 | 0 | 42 | 377 | 6 | 100 |
| Binary | 10011111 | 10011100 | 10101000 | 101 | 111 | 0 | 100010 | 11111111 | 110 | 1000000 |
Color Harmonies of #9F9CA8
Complementary color
Monochromatic Colors of #9F9CA8
Black with #9F9CA8
Text Example
Text Example
White with #9F9CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9CA8; }
p { color: rgb(159,156,168); }
H1.HeaderClassName
{
color: #9F9CA8;
}
.AnyTagClassName
{
color: #9F9CA8;
}
</style>
background-color css
<style>
a { background-color: #9F9CA8; }
a { background-color: rgb(159,156,168); }
div.DivClassName
{
background-color: #9F9CA8;
}
.BgClassName
{
background-color: #9F9CA8;
}
</style>
border-color css
<style>
span { border-color: #9F9CA8; }
span { border-color: rgb(159,156,168); }
td.TdClassName
{
border-color: #9F9CA8;
}
.TagClassName
{
border-color: #9F9CA8;
}
</style>