#9E99AA

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

Shades of Spun Pearl #9E99AA

Tints of Spun Pearl #9E99AA

Color information

#9E99AA (or 0x9E99AA) is unknown color: approx Spun Pearl. HEX triplet: 9E, 99 and AA. RGB value is (158,153,170). Sum of RGB (Red+Green+Blue) = 158+153+170=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E99AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E99AA is #616655. Grayscale: #9C9C9C. Windows color (decimal): -6383190 or 11180446. OLE color: 11180446.

HSL color Cylindrical-coordinate representation of color #9E99AA: hue angle of 257.65º 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 #9E99AA is Cyan = 0.07, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158153170-
CMYK0.070.100.33
HSL257.65º9.09%63.33%-
HSV(B)257.65º10%66.67%-
XYZ32.7532.9542.66-
YUV156.43135.66129.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.85%
GREEN value IS 153 (60.16% from 255) = 31.81%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=32.85%
G=31.81%
B=35.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581531700.070.100.33257.659.0963.33
Hex9E99AA7A02110293f
Octal2362312527120414021177
Binary100111101001100110101010111101001000011000000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E99AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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