Shades of Spun Pearl #9F9EAA
Tints of Spun Pearl #9F9EAA
RGB
CMYK
RGB Variations
Color information
#9F9EAA (or 0x9F9EAA) is known color: Spun Pearl. HEX triplet: 9F, 9E and AA. RGB value is (159,158,170). Sum of RGB (Red+Green+Blue) = 159+158+170=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F9EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9EAA is #606155. Grayscale: #9F9F9F. Windows color (decimal): -6316374 or 11181727. OLE color: 11181727.
HSL color Cylindrical-coordinate representation of color #9F9EAA: hue angle of 245º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9F9EAA is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 158 | 170 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.33 |
| HSL | 245º | 0.07% | 0.64% | - |
| HSV(B) | 245º | 0.07% | 0.67% | - |
| XYZ | 33.78 | 34.73 | 42.95 | - |
| YUV | 159.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 158 | 170 | 0.06 | 0.07 | 0 | 0.33 | 245 | 0.07 | 0.64 |
| Hex | 9F | 9E | AA | 6 | 7 | 0 | 21 | F5 | 7 | 40 |
| Octal | 237 | 236 | 252 | 6 | 7 | 0 | 41 | 365 | 7 | 100 |
| Binary | 10011111 | 10011110 | 10101010 | 110 | 111 | 0 | 100001 | 11110101 | 111 | 1000000 |
Color Harmonies of #9F9EAA
Complementary color
Monochromatic Colors of #9F9EAA
Black with #9F9EAA
Text Example
Text Example
White with #9F9EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9EAA; }
p { color: rgb(159,158,170); }
H1.HeaderClassName
{
color: #9F9EAA;
}
.AnyTagClassName
{
color: #9F9EAA;
}
</style>
background-color css
<style>
a { background-color: #9F9EAA; }
a { background-color: rgb(159,158,170); }
div.DivClassName
{
background-color: #9F9EAA;
}
.BgClassName
{
background-color: #9F9EAA;
}
</style>
border-color css
<style>
span { border-color: #9F9EAA; }
span { border-color: rgb(159,158,170); }
td.TdClassName
{
border-color: #9F9EAA;
}
.TagClassName
{
border-color: #9F9EAA;
}
</style>