Html Css Color HEX #9E93DD Wistful

📋 copy color: '#9E93DD'

red 158 ◦ green 147 ◦ blue 221

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

Shades of Wistful #9E93DD

Tints of Wistful #9E93DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 30.04%
G = 27.95%
B = 42.02%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E93DD (or 0x9E93DD) is known color: Wistful. HEX triplet: 9E, 93 and DD. RGB value is (158,147,221). Sum of RGB (Red+Green+Blue) = 158+147+221=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E93DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93DD is #616C22. Grayscale: #9E9E9E. Windows color (decimal): -6384675 or 14521246. OLE color: 14521246.

HSL color Cylindrical-coordinate representation of color #9E93DD: hue angle of 248.92º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E93DD is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 147 221 -
CMYK 0.29 0.33 0 0.13
HSL 248.92º 0.52% 0.72% -
HSV(B) 248.92º 0.33% 0.87% -
XYZ 37.59 33.36 72.86 -
YUV 158.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 158 147 221 0.29 0.33 0 0.13 248.92 0.52 0.72
Hex 9E 93 DD 1D 21 0 D F9 34 48
Octal 236 223 335 35 41 0 15 371 64 110
Binary 10011110 10010011 11011101 11101 100001 0 1101 11111001 110100 1001000

Color Harmonies of #9E93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E93DD

Black with #9E93DD

Text Example


Text Example

White with #9E93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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