Shades of Spun Pearl #9F9EAC
Tints of Spun Pearl #9F9EAC
RGB
CMYK
RGB Variations
Color information
#9F9EAC (or 0x9F9EAC) is known color: Spun Pearl. HEX triplet: 9F, 9E and AC. RGB value is (159,158,172). Sum of RGB (Red+Green+Blue) = 159+158+172=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F9EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9EAC is #606153. Grayscale: #9F9F9F. Windows color (decimal): -6316372 or 11312799. OLE color: 11312799.
HSL color Cylindrical-coordinate representation of color #9F9EAC: hue angle of 244.29º degrees, saturation: 0.08, 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 #9F9EAC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 159 | 158 | 172 | - |
CMYK | 0.08 | 0.08 | 0 | 0.33 |
HSL | 244.29º | 0.08% | 0.65% | - |
HSV(B) | 244.29º | 0.08% | 0.67% | - |
XYZ | 33.97 | 34.8 | 43.96 | - |
YUV | 159.9 | 134.83 | 127.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 158 | 172 | 0.08 | 0.08 | 0 | 0.33 | 244.29 | 0.08 | 0.65 |
Hex | 9F | 9E | AC | 8 | 8 | 0 | 21 | F4 | 8 | 41 |
Octal | 237 | 236 | 254 | 10 | 10 | 0 | 41 | 364 | 10 | 101 |
Binary | 10011111 | 10011110 | 10101100 | 1000 | 1000 | 0 | 100001 | 11110100 | 1000 | 1000001 |
Color Harmonies of #9F9EAC
Complementary color
Monochromatic Colors of #9F9EAC
Black with #9F9EAC
Text Example
Text Example
White with #9F9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9EAC; }
p { color: rgb(159,158,172); }
H1.HeaderClassName
{
color: #9F9EAC;
}
.AnyTagClassName
{
color: #9F9EAC;
}
</style>
background-color css
<style>
a { background-color: #9F9EAC; }
a { background-color: rgb(159,158,172); }
div.DivClassName
{
background-color: #9F9EAC;
}
.BgClassName
{
background-color: #9F9EAC;
}
</style>
border-color css
<style>
span { border-color: #9F9EAC; }
span { border-color: rgb(159,158,172); }
td.TdClassName
{
border-color: #9F9EAC;
}
.TagClassName
{
border-color: #9F9EAC;
}
</style>