Html Css Color HEX #9E96CB Wistful

📋 copy color: '#9E96CB'

red 158 ◦ green 150 ◦ blue 203

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

Shades of Wistful #9E96CB

Tints of Wistful #9E96CB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.35%

 BLUE value IS 203 (79.69% from 255) = 39.73%

R = 30.92%
G = 29.35%
B = 39.73%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E96CB (or 0x9E96CB) is known color: Wistful. HEX triplet: 9E, 96 and CB. RGB value is (158,150,203). Sum of RGB (Red+Green+Blue) = 158+150+203=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E96CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E96CB is #616934. Grayscale: #9E9E9E. Windows color (decimal): -6383925 or 13342366. OLE color: 13342366.

HSL color Cylindrical-coordinate representation of color #9E96CB: hue angle of 249.06º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E96CB is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 150 203 -
CMYK 0.22 0.26 0 0.20
HSL 249.06º 0.34% 0.69% -
HSV(B) 249.06º 0.26% 0.8% -
XYZ 35.79 33.39 61.06 -
YUV 158.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 158 150 203 0.22 0.26 0 0.20 249.06 0.34 0.69
Hex 9E 96 CB 16 1A 0 14 F9 22 45
Octal 236 226 313 26 32 0 24 371 42 105
Binary 10011110 10010110 11001011 10110 11010 0 10100 11111001 100010 1000101

Color Harmonies of #9E96CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E96CB

Black with #9E96CB

Text Example


Text Example

White with #9E96CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,150,203); }

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

background-color css

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

 a { background-color: rgb(158,150,203); }

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

border-color css

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

 span { border-color: rgb(158,150,203); }

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