Shades of Spun Pearl #9F9FAC
Tints of Spun Pearl #9F9FAC
RGB
CMYK
RGB Variations
Color information
#9F9FAC (or 0x9F9FAC) is known color: Spun Pearl. HEX triplet: 9F, 9F and AC. RGB value is (159,159,172). Sum of RGB (Red+Green+Blue) = 159+159+172=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F9FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9FAC is #606053. Grayscale: #A0A0A0. Windows color (decimal): -6316116 or 11313055. OLE color: 11313055.
HSL color Cylindrical-coordinate representation of color #9F9FAC: hue angle of 240º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9F9FAC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 159 | 159 | 172 | - |
CMYK | 0.08 | 0.08 | 0 | 0.33 |
HSL | 240º | 0.07% | 0.65% | - |
HSV(B) | 240º | 0.08% | 0.67% | - |
XYZ | 34.14 | 35.15 | 44.01 | - |
YUV | 160.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 159 | 172 | 0.08 | 0.08 | 0 | 0.33 | 240 | 0.07 | 0.65 |
Hex | 9F | 9F | AC | 8 | 8 | 0 | 21 | F0 | 7 | 41 |
Octal | 237 | 237 | 254 | 10 | 10 | 0 | 41 | 360 | 7 | 101 |
Binary | 10011111 | 10011111 | 10101100 | 1000 | 1000 | 0 | 100001 | 11110000 | 111 | 1000001 |
Color Harmonies of #9F9FAC
Complementary color
Monochromatic Colors of #9F9FAC
Black with #9F9FAC
Text Example
Text Example
White with #9F9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FAC; }
p { color: rgb(159,159,172); }
H1.HeaderClassName
{
color: #9F9FAC;
}
.AnyTagClassName
{
color: #9F9FAC;
}
</style>
background-color css
<style>
a { background-color: #9F9FAC; }
a { background-color: rgb(159,159,172); }
div.DivClassName
{
background-color: #9F9FAC;
}
.BgClassName
{
background-color: #9F9FAC;
}
</style>
border-color css
<style>
span { border-color: #9F9FAC; }
span { border-color: rgb(159,159,172); }
td.TdClassName
{
border-color: #9F9FAC;
}
.TagClassName
{
border-color: #9F9FAC;
}
</style>