#9E8FDD

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

Shades of Wistful #9E8FDD

Tints of Wistful #9E8FDD

Color information

#9E8FDD (or 0x9E8FDD) is unknown color: approx Wistful. HEX triplet: 9E, 8F and DD. RGB value is (158,143,221). Sum of RGB (Red+Green+Blue) = 158+143+221=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E8FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8FDD is #617022. Grayscale: #9C9C9C. Windows color (decimal): -6385699 or 14520222. OLE color: 14520222.

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

Color convert

RGB158143221-
CMYK0.290.3500.13
HSL251.54º53.42%71.37%-
HSV(B)251.54º35.29%86.67%-
XYZ36.9732.1372.66-
YUV156.38164.47129.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.27%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=30.27%
G=27.39%
B=42.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581432210.290.3500.13251.5453.4271.37
Hex9E8FDD1D230Dfc3547
Octal236217335354301537465107
Binary1001111010001111110111011110110001101101111111001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,143,221); }

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

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

 a { background-color: rgb(158,143,221); }

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

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

 span { border-color: rgb(158,143,221); }

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