#9E92E1

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

Shades of Wistful #9E92E1

Tints of Wistful #9E92E1

Color information

#9E92E1 (or 0x9E92E1) is unknown color: approx Wistful. HEX triplet: 9E, 92 and E1. RGB value is (158,146,225). Sum of RGB (Red+Green+Blue) = 158+146+225=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #9E92E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E92E1 is #616D1E. Grayscale: #9E9E9E. Windows color (decimal): -6384927 or 14783134. OLE color: 14783134.

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

Color convert

RGB158146225-
CMYK0.300.3500.12
HSL249.11º56.83%72.75%-
HSV(B)249.11º35.11%88.24%-
XYZ37.9733.2675.65-
YUV158.59165.48127.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.87%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 225 (88.28% from 255) = 42.53%
R=29.87%
G=27.60%
B=42.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1581462250.300.3500.12249.1156.8372.75
Hex9E92E11E230Cf93949
Octal236222341364301437171111
Binary1001111010010010111000011111010001101100111110011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E92E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,146,225); }

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

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

 a { background-color: rgb(158,146,225); }

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

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

 span { border-color: rgb(158,146,225); }

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