Html Css Color HEX #9E97C1 Wistful

📋 copy color: '#9E97C1'

red 158 ◦ green 151 ◦ blue 193

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

Shades of Wistful #9E97C1

Tints of Wistful #9E97C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.45%

R = 31.47%
G = 30.08%
B = 38.45%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9E97C1 (or 0x9E97C1) is known color: Wistful. HEX triplet: 9E, 97 and C1. RGB value is (158,151,193). Sum of RGB (Red+Green+Blue) = 158+151+193=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E97C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E97C1 is #61683E. Grayscale: #9D9D9D. Windows color (decimal): -6383679 or 12687262. OLE color: 12687262.

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

Color convert

RGB 158 151 193 -
CMYK 0.18 0.22 0 0.24
HSL 250º 0.25% 0.67% -
HSV(B) 250º 0.22% 0.76% -
XYZ 34.79 33.25 55.04 -
YUV 157.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 158 151 193 0.18 0.22 0 0.24 250 0.25 0.67
Hex 9E 97 C1 12 16 0 18 FA 19 43
Octal 236 227 301 22 26 0 30 372 31 103
Binary 10011110 10010111 11000001 10010 10110 0 11000 11111010 11001 1000011

Color Harmonies of #9E97C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E97C1

Black with #9E97C1

Text Example


Text Example

White with #9E97C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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