#9D90E1

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

Shades of Wistful #9D90E1

Tints of Wistful #9D90E1

Color information

#9D90E1 (or 0x9D90E1) is unknown color: approx Wistful. HEX triplet: 9D, 90 and E1. RGB value is (157,144,225). Sum of RGB (Red+Green+Blue) = 157+144+225=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #9D90E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D90E1 is #626F1E. Grayscale: #9C9C9C. Windows color (decimal): -6450975 or 14782621. OLE color: 14782621.

HSL color Cylindrical-coordinate representation of color #9D90E1: hue angle of 249.63º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D90E1 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB157144225-
CMYK0.300.3600.12
HSL249.63º57.45%72.35%-
HSV(B)249.63º36%88.24%-
XYZ37.4732.5575.54-
YUV157.12166.31127.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.85%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 225 (88.28% from 255) = 42.78%
R=29.85%
G=27.38%
B=42.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1571442250.300.3600.12249.6357.4572.35
Hex9D90E11E240Cfa3948
Octal235220341364401437271110
Binary1001110110010000111000011111010010001100111110101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D90E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,144,225); }

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

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

 a { background-color: rgb(157,144,225); }

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

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

 span { border-color: rgb(157,144,225); }

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