Html Css Color HEX #9E97C0 Wistful

📋 copy color: '#9E97C0'

red 158 ◦ green 151 ◦ blue 192

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

Shades of Wistful #9E97C0

Tints of Wistful #9E97C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.32%

R = 31.54%
G = 30.14%
B = 38.32%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E97C0 (or 0x9E97C0) is known color: Wistful. HEX triplet: 9E, 97 and C0. RGB value is (158,151,192). Sum of RGB (Red+Green+Blue) = 158+151+192=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E97C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E97C0 is #61683F. Grayscale: #9D9D9D. Windows color (decimal): -6383680 or 12621726. OLE color: 12621726.

HSL color Cylindrical-coordinate representation of color #9E97C0: hue angle of 250.24º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9E97C0 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 151 192 -
CMYK 0.18 0.21 0 0.25
HSL 250.24º 0.25% 0.67% -
HSV(B) 250.24º 0.21% 0.75% -
XYZ 34.68 33.21 54.45 -
YUV 157.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 158 151 192 0.18 0.21 0 0.25 250.24 0.25 0.67
Hex 9E 97 C0 12 15 0 19 FA 19 43
Octal 236 227 300 22 25 0 31 372 31 103
Binary 10011110 10010111 11000000 10010 10101 0 11001 11111010 11001 1000011

Color Harmonies of #9E97C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E97C0

Black with #9E97C0

Text Example


Text Example

White with #9E97C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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