Html Css Color HEX #9E97CE Wistful

📋 copy color: '#9E97CE'

red 158 ◦ green 151 ◦ blue 206

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

Shades of Wistful #9E97CE

Tints of Wistful #9E97CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 30.68%
G = 29.32%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E97CE (or 0x9E97CE) is known color: Wistful. HEX triplet: 9E, 97 and CE. RGB value is (158,151,206). Sum of RGB (Red+Green+Blue) = 158+151+206=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E97CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E97CE is #616831. Grayscale: #9F9F9F. Windows color (decimal): -6383666 or 13539230. OLE color: 13539230.

HSL color Cylindrical-coordinate representation of color #9E97CE: hue angle of 247.64º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E97CE is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 151 206 -
CMYK 0.23 0.27 0 0.19
HSL 247.64º 0.36% 0.7% -
HSV(B) 247.64º 0.27% 0.81% -
XYZ 36.31 33.86 63.01 -
YUV 159.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 158 151 206 0.23 0.27 0 0.19 247.64 0.36 0.7
Hex 9E 97 CE 17 1B 0 13 F8 24 46
Octal 236 227 316 27 33 0 23 370 44 106
Binary 10011110 10010111 11001110 10111 11011 0 10011 11111000 100100 1000110

Color Harmonies of #9E97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E97CE

Black with #9E97CE

Text Example


Text Example

White with #9E97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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