#9E99AF

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

Shades of Spun Pearl #9E99AF

Tints of Spun Pearl #9E99AF

Color information

#9E99AF (or 0x9E99AF) is unknown color: approx Spun Pearl. HEX triplet: 9E, 99 and AF. RGB value is (158,153,175). Sum of RGB (Red+Green+Blue) = 158+153+175=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E99AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E99AF is #616650. Grayscale: #9C9C9C. Windows color (decimal): -6383185 or 11508126. OLE color: 11508126.

HSL color Cylindrical-coordinate representation of color #9E99AF: hue angle of 253.64º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9E99AF is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB158153175-
CMYK0.100.1300.31
HSL253.64º12.09%64.31%-
HSV(B)253.64º12.57%68.63%-
XYZ33.2333.1545.2-
YUV157138.16128.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.51%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=32.51%
G=31.48%
B=36.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581531750.100.1300.31253.6412.0964.31
Hex9E99AFAD01Ffec40
Octal236231257121503737614100
Binary100111101001100110101111101011010111111111111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E99AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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