Html Css Color HEX #9E96EC Wistful

📋 copy color: '#9E96EC'

red 158 ◦ green 150 ◦ blue 236

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

Shades of Wistful #9E96EC

Tints of Wistful #9E96EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 29.04%
G = 27.57%
B = 43.38%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E96EC (or 0x9E96EC) is known color: Wistful. HEX triplet: 9E, 96 and EC. RGB value is (158,150,236). Sum of RGB (Red+Green+Blue) = 158+150+236=544 (72% of max value = 765). Red value is 158 (62.11% from 255 or 29.04% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E96EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E96EC is #616913. Grayscale: #A1A1A1. Windows color (decimal): -6383892 or 15505054. OLE color: 15505054.

HSL color Cylindrical-coordinate representation of color #9E96EC: hue angle of 245.58º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E96EC is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 150 236 -
CMYK 0.33 0.36 0 0.07
HSL 245.58º 0.69% 0.76% -
HSV(B) 245.58º 0.36% 0.93% -
XYZ 40.15 35.14 84.02 -
YUV 162.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 158 150 236 0.33 0.36 0 0.07 245.58 0.69 0.76
Hex 9E 96 EC 21 24 0 7 F6 45 4C
Octal 236 226 354 41 44 0 7 366 105 114
Binary 10011110 10010110 11101100 100001 100100 0 111 11110110 1000101 1001100

Color Harmonies of #9E96EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E96EC

Black with #9E96EC

Text Example


Text Example

White with #9E96EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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