Html Css Color HEX #9E96DB Wistful

📋 copy color: '#9E96DB'

red 158 ◦ green 150 ◦ blue 219

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

Shades of Wistful #9E96DB

Tints of Wistful #9E96DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 29.98%
G = 28.46%
B = 41.56%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E96DB (or 0x9E96DB) is known color: Wistful. HEX triplet: 9E, 96 and DB. RGB value is (158,150,219). Sum of RGB (Red+Green+Blue) = 158+150+219=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E96DB is #616924. Grayscale: #9F9F9F. Windows color (decimal): -6383909 or 14390942. OLE color: 14390942.

HSL color Cylindrical-coordinate representation of color #9E96DB: hue angle of 246.96º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E96DB is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 150 219 -
CMYK 0.28 0.32 0 0.14
HSL 246.96º 0.49% 0.72% -
HSV(B) 246.96º 0.32% 0.86% -
XYZ 37.79 34.2 71.63 -
YUV 160.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 158 150 219 0.28 0.32 0 0.14 246.96 0.49 0.72
Hex 9E 96 DB 1C 20 0 E F7 31 48
Octal 236 226 333 34 40 0 16 367 61 110
Binary 10011110 10010110 11011011 11100 100000 0 1110 11110111 110001 1001000

Color Harmonies of #9E96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E96DB

Black with #9E96DB

Text Example


Text Example

White with #9E96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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