#9E99DF

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

Shades of Wistful #9E99DF

Tints of Wistful #9E99DF

Color information

#9E99DF (or 0x9E99DF) is unknown color: approx Wistful. HEX triplet: 9E, 99 and DF. RGB value is (158,153,223). Sum of RGB (Red+Green+Blue) = 158+153+223=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E99DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E99DF is #616620. Grayscale: #A2A2A2. Windows color (decimal): -6383137 or 14653854. OLE color: 14653854.

HSL color Cylindrical-coordinate representation of color #9E99DF: hue angle of 244.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E99DF is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158153223-
CMYK0.290.3100.13
HSL244.29º52.24%73.73%-
HSV(B)244.29º31.39%87.45%-
XYZ38.8135.3874.6-
YUV162.48162.16124.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.59%
GREEN value IS 153 (60.16% from 255) = 28.65%
BLUE value IS 223 (87.5% from 255) = 41.76%
R=29.59%
G=28.65%
B=41.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581532230.290.3100.13244.2952.2473.73
Hex9E99DF1D1F0Df4344a
Octal236231337353701536464112
Binary100111101001100111011111111011111101101111101001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E99DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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