Html Css Color HEX #9E93DB Wistful

📋 copy color: '#9E93DB'

red 158 ◦ green 147 ◦ blue 219

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

Shades of Wistful #9E93DB

Tints of Wistful #9E93DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.05%

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

R = 30.15%
G = 28.05%
B = 41.79%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E93DB (or 0x9E93DB) is known color: Wistful. HEX triplet: 9E, 93 and DB. RGB value is (158,147,219). Sum of RGB (Red+Green+Blue) = 158+147+219=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E93DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93DB is #616C24. Grayscale: #9E9E9E. Windows color (decimal): -6384677 or 14390174. OLE color: 14390174.

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

Color convert

RGB 158 147 219 -
CMYK 0.28 0.33 0 0.14
HSL 249.17º 0.5% 0.72% -
HSV(B) 249.17º 0.33% 0.86% -
XYZ 37.32 33.25 71.47 -
YUV 158.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 158 147 219 0.28 0.33 0 0.14 249.17 0.5 0.72
Hex 9E 93 DB 1C 21 0 E F9 32 48
Octal 236 223 333 34 41 0 16 371 62 110
Binary 10011110 10010011 11011011 11100 100001 0 1110 11111001 110010 1001000

Color Harmonies of #9E93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E93DB

Black with #9E93DB

Text Example


Text Example

White with #9E93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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