Html Css Color HEX #9E96C0 Wistful

📋 copy color: '#9E96C0'

red 158 ◦ green 150 ◦ blue 192

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

Shades of Wistful #9E96C0

Tints of Wistful #9E96C0

RGB

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

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

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

R = 31.6%
G = 30%
B = 38.4%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E96C0 (or 0x9E96C0) is known color: Wistful. HEX triplet: 9E, 96 and C0. RGB value is (158,150,192). Sum of RGB (Red+Green+Blue) = 158+150+192=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E96C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E96C0 is #61693F. Grayscale: #9D9D9D. Windows color (decimal): -6383936 or 12621470. OLE color: 12621470.

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

Color convert

RGB 158 150 192 -
CMYK 0.18 0.22 0 0.25
HSL 251.43º 0.25% 0.67% -
HSV(B) 251.43º 0.22% 0.75% -
XYZ 34.52 32.89 54.4 -
YUV 157.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 158 150 192 0.18 0.22 0 0.25 251.43 0.25 0.67
Hex 9E 96 C0 12 16 0 19 FB 19 43
Octal 236 226 300 22 26 0 31 373 31 103
Binary 10011110 10010110 11000000 10010 10110 0 11001 11111011 11001 1000011

Color Harmonies of #9E96C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E96C0

Black with #9E96C0

Text Example


Text Example

White with #9E96C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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