Shades of Spun Pearl #9F99AF
Tints of Spun Pearl #9F99AF
RGB
CMYK
RGB Variations
Color information
#9F99AF (or 0x9F99AF) is known color: Spun Pearl. HEX triplet: 9F, 99 and AF. RGB value is (159,153,175). Sum of RGB (Red+Green+Blue) = 159+153+175=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F99AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F99AF is #606650. Grayscale: #9D9D9D. Windows color (decimal): -6317649 or 11508127. OLE color: 11508127.
HSL color Cylindrical-coordinate representation of color #9F99AF: hue angle of 256.36º degrees, saturation: 0.12, 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 #9F99AF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 159 | 153 | 175 | - |
CMYK | 0.09 | 0.13 | 0 | 0.31 |
HSL | 256.36º | 0.12% | 0.64% | - |
HSV(B) | 256.36º | 0.13% | 0.69% | - |
XYZ | 33.43 | 33.25 | 45.21 | - |
YUV | 157.3 | 137.99 | 129.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 153 | 175 | 0.09 | 0.13 | 0 | 0.31 | 256.36 | 0.12 | 0.64 |
Hex | 9F | 99 | AF | 9 | D | 0 | 1F | 100 | C | 40 |
Octal | 237 | 231 | 257 | 11 | 15 | 0 | 37 | 400 | 14 | 100 |
Binary | 10011111 | 10011001 | 10101111 | 1001 | 1101 | 0 | 11111 | 100000000 | 1100 | 1000000 |
Color Harmonies of #9F99AF
Complementary color
Monochromatic Colors of #9F99AF
Black with #9F99AF
Text Example
Text Example
White with #9F99AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F99AF; }
p { color: rgb(159,153,175); }
H1.HeaderClassName
{
color: #9F99AF;
}
.AnyTagClassName
{
color: #9F99AF;
}
</style>
background-color css
<style>
a { background-color: #9F99AF; }
a { background-color: rgb(159,153,175); }
div.DivClassName
{
background-color: #9F99AF;
}
.BgClassName
{
background-color: #9F99AF;
}
</style>
border-color css
<style>
span { border-color: #9F99AF; }
span { border-color: rgb(159,153,175); }
td.TdClassName
{
border-color: #9F99AF;
}
.TagClassName
{
border-color: #9F99AF;
}
</style>