Html Css Color HEX #9E96CC Wistful

📋 copy color: '#9E96CC'

red 158 ◦ green 150 ◦ blue 204

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

Shades of Wistful #9E96CC

Tints of Wistful #9E96CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 30.86%
G = 29.3%
B = 39.84%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9E96CC (or 0x9E96CC) is known color: Wistful. HEX triplet: 9E, 96 and CC. RGB value is (158,150,204). Sum of RGB (Red+Green+Blue) = 158+150+204=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E96CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E96CC is #616933. Grayscale: #9E9E9E. Windows color (decimal): -6383924 or 13407902. OLE color: 13407902.

HSL color Cylindrical-coordinate representation of color #9E96CC: hue angle of 248.89º degrees, saturation: 0.35, 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 #9E96CC is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 158 150 204 -
CMYK 0.23 0.26 0 0.2
HSL 248.89º 0.35% 0.69% -
HSV(B) 248.89º 0.26% 0.8% -
XYZ 35.91 33.44 61.69 -
YUV 158.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 158 150 204 0.23 0.26 0 0.2 248.89 0.35 0.69
Hex 9E 96 CC 17 1A 0 14 F9 23 45
Octal 236 226 314 27 32 0 24 371 43 105
Binary 10011110 10010110 11001100 10111 11010 0 10100 11111001 100011 1000101

Color Harmonies of #9E96CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E96CC

Black with #9E96CC

Text Example


Text Example

White with #9E96CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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