#9E99DA

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

Shades of Wistful #9E99DA

Tints of Wistful #9E99DA

Color information

#9E99DA (or 0x9E99DA) is unknown color: approx Wistful. HEX triplet: 9E, 99 and DA. RGB value is (158,153,218). Sum of RGB (Red+Green+Blue) = 158+153+218=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E99DA is #616625. Grayscale: #A1A1A1. Windows color (decimal): -6383142 or 14326174. OLE color: 14326174.

HSL color Cylindrical-coordinate representation of color #9E99DA: hue angle of 244.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E99DA is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158153218-
CMYK0.280.3000.15
HSL244.62º46.76%72.75%-
HSV(B)244.62º29.82%85.49%-
XYZ38.1535.1171.1-
YUV161.9159.66125.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.87%
GREEN value IS 153 (60.16% from 255) = 28.92%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=29.87%
G=28.92%
B=41.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581532180.280.3000.15244.6246.7672.75
Hex9E99DA1C1E0Ff52f49
Octal236231332343601736557111
Binary100111101001100111011010111001111001111111101011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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