Html Css Color HEX #9E96C6 Wistful

📋 copy color: '#9E96C6'

red 158 ◦ green 150 ◦ blue 198

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

Shades of Wistful #9E96C6

Tints of Wistful #9E96C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.13%

R = 31.23%
G = 29.64%
B = 39.13%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9E96C6 (or 0x9E96C6) is known color: Wistful. HEX triplet: 9E, 96 and C6. RGB value is (158,150,198). Sum of RGB (Red+Green+Blue) = 158+150+198=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #9E96C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E96C6 is #616939. Grayscale: #9D9D9D. Windows color (decimal): -6383930 or 13014686. OLE color: 13014686.

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

Color convert

RGB 158 150 198 -
CMYK 0.20 0.24 0 0.22
HSL 250º 0.3% 0.68% -
HSV(B) 250º 0.24% 0.78% -
XYZ 35.2 33.16 57.97 -
YUV 157.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 158 150 198 0.20 0.24 0 0.22 250 0.3 0.68
Hex 9E 96 C6 14 18 0 16 FA 1E 44
Octal 236 226 306 24 30 0 26 372 36 104
Binary 10011110 10010110 11000110 10100 11000 0 10110 11111010 11110 1000100

Color Harmonies of #9E96C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E96C6

Black with #9E96C6

Text Example


Text Example

White with #9E96C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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