#9D93E3

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

Shades of Wistful #9D93E3

Tints of Wistful #9D93E3

Color information

#9D93E3 (or 0x9D93E3) is unknown color: approx Wistful. HEX triplet: 9D, 93 and E3. RGB value is (157,147,227). Sum of RGB (Red+Green+Blue) = 157+147+227=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 227 - color contains mainly: blue. Hex color #9D93E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D93E3 is #626C1C. Grayscale: #9E9E9E. Windows color (decimal): -6450205 or 14914461. OLE color: 14914461.

HSL color Cylindrical-coordinate representation of color #9D93E3: hue angle of 247.5º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D93E3 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB157147227-
CMYK0.310.3500.11
HSL247.5º58.82%73.33%-
HSV(B)247.5º35.24%89.02%-
XYZ38.233.5877.14-
YUV159.11166.31126.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.57%
GREEN value IS 147 (57.81% from 255) = 27.68%
BLUE value IS 227 (89.06% from 255) = 42.75%
R=29.57%
G=27.68%
B=42.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1571472270.310.3500.11247.558.8273.33
Hex9D93E31F230Bf83b49
Octal235223343374301337073111
Binary1001110110010011111000111111110001101011111110001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D93E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,147,227); }

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

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

 a { background-color: rgb(157,147,227); }

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

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

 span { border-color: rgb(157,147,227); }

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