Html Css Color HEX #9E97E0 Wistful

📋 copy color: '#9E97E0'

red 158 ◦ green 151 ◦ blue 224

#9E97E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #9E97E0

Tints of Wistful #9E97E0

RGB

 RED value IS 158 (62.11% from 255) = 29.64%

 GREEN value IS 151 (59.38% from 255) = 28.33%

 BLUE value IS 224 (87.89% from 255) = 42.03%

R = 29.64%
G = 28.33%
B = 42.03%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9E97E0 (or 0x9E97E0) is known color: Wistful. HEX triplet: 9E, 97 and E0. RGB value is (158,151,224). Sum of RGB (Red+Green+Blue) = 158+151+224=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #9E97E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E97E0 is #61681F. Grayscale: #A1A1A1. Windows color (decimal): -6383648 or 14718878. OLE color: 14718878.

HSL color Cylindrical-coordinate representation of color #9E97E0: hue angle of 245.75º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E97E0 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 151 224 -
CMYK 0.29 0.33 0 0.12
HSL 245.75º 0.54% 0.74% -
HSV(B) 245.75º 0.33% 0.88% -
XYZ 38.62 34.78 75.2 -
YUV 161.42 163.32 125.56 -
System Red Green Blue C M Y K H S L
Decimal 158 151 224 0.29 0.33 0 0.12 245.75 0.54 0.74
Hex 9E 97 E0 1D 21 0 C F6 36 4A
Octal 236 227 340 35 41 0 14 366 66 112
Binary 10011110 10010111 11100000 11101 100001 0 1100 11110110 110110 1001010

Color Harmonies of #9E97E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E97E0

Black with #9E97E0

Text Example


Text Example

White with #9E97E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,151,224); }

 H1.HeaderClassName
 {
   color: #9E97E0;
 }
 .AnyTagClassName
 {
   color: #9E97E0;
 }
</style>

background-color css

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

 a { background-color: rgb(158,151,224); }

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

border-color css

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

 span { border-color: rgb(158,151,224); }

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