Shades of Spun Pearl #9F98AF
Tints of Spun Pearl #9F98AF
RGB
CMYK
RGB Variations
Color information
#9F98AF (or 0x9F98AF) is known color: Spun Pearl. HEX triplet: 9F, 98 and AF. RGB value is (159,152,175). Sum of RGB (Red+Green+Blue) = 159+152+175=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F98AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F98AF is #606750. Grayscale: #9C9C9C. Windows color (decimal): -6317905 or 11507871. OLE color: 11507871.
HSL color Cylindrical-coordinate representation of color #9F98AF: hue angle of 258.26º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9F98AF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 152 | 175 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.31 |
| HSL | 258.26º | 0.13% | 0.64% | - |
| HSV(B) | 258.26º | 0.13% | 0.69% | - |
| XYZ | 33.26 | 32.92 | 45.16 | - |
| YUV | 156.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 175 | 0.09 | 0.13 | 0 | 0.31 | 258.26 | 0.13 | 0.64 |
| Hex | 9F | 98 | AF | 9 | D | 0 | 1F | 102 | D | 40 |
| Octal | 237 | 230 | 257 | 11 | 15 | 0 | 37 | 402 | 15 | 100 |
| Binary | 10011111 | 10011000 | 10101111 | 1001 | 1101 | 0 | 11111 | 100000010 | 1101 | 1000000 |
Color Harmonies of #9F98AF
Complementary color
Monochromatic Colors of #9F98AF
Black with #9F98AF
Text Example
Text Example
White with #9F98AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F98AF; }
p { color: rgb(159,152,175); }
H1.HeaderClassName
{
color: #9F98AF;
}
.AnyTagClassName
{
color: #9F98AF;
}
</style>
background-color css
<style>
a { background-color: #9F98AF; }
a { background-color: rgb(159,152,175); }
div.DivClassName
{
background-color: #9F98AF;
}
.BgClassName
{
background-color: #9F98AF;
}
</style>
border-color css
<style>
span { border-color: #9F98AF; }
span { border-color: rgb(159,152,175); }
td.TdClassName
{
border-color: #9F98AF;
}
.TagClassName
{
border-color: #9F98AF;
}
</style>