#9F99AA

Color #9F99AA Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #9F99AA

Tints of Spun Pearl #9F99AA

Color information

#9F99AA (or 0x9F99AA) is unknown color: approx Spun Pearl. HEX triplet: 9F, 99 and AA. RGB value is (159,153,170). Sum of RGB (Red+Green+Blue) = 159+153+170=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F99AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F99AA is #606655. Grayscale: #9C9C9C. Windows color (decimal): -6317654 or 11180447. OLE color: 11180447.

HSL color Cylindrical-coordinate representation of color #9F99AA: hue angle of 261.18º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9F99AA is Cyan = 0.06, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159153170-
CMYK0.060.100.33
HSL261.18º9.09%63.33%-
HSV(B)261.18º10%66.67%-
XYZ32.9533.0642.67-
YUV156.73135.49129.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 32.99%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=32.99%
G=31.74%
B=35.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591531700.060.100.33261.189.0963.33
Hex9F99AA6A02110593f
Octal2372312526120414051177
Binary100111111001100110101010110101001000011000001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F99AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F99AA; }

 p { color: rgb(159,153,170); }

 H1.HeaderClassName
 {
   color: #9F99AA;
 }
 .AnyTagClassName
 {
   color: #9F99AA;
 }
</style>
background-color css

<style>
 a { background-color: #9F99AA; }

 a { background-color: rgb(159,153,170); }

 div.DivClassName
 {
   background-color: #9F99AA;
 }
 .BgClassName
 {
   background-color: #9F99AA;
 }
</style>
border-color css

<style>
 span { border-color: #9F99AA; }

 span { border-color: rgb(159,153,170); }

 td.TdClassName
 {
   border-color: #9F99AA;
 }
 .TagClassName
 {
   border-color: #9F99AA;
 }
</style>