Html Css Color HEX #9E4DAD Deep Lilac

📋 copy color: '#9E4DAD'

red 158 ◦ green 77 ◦ blue 173

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

Shades of Deep Lilac #9E4DAD

Tints of Deep Lilac #9E4DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.87%

 BLUE value IS 173 (67.97% from 255) = 42.4%

R = 38.73%
G = 18.87%
B = 42.4%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E4DAD (or 0x9E4DAD) is known color: Deep Lilac. HEX triplet: 9E, 4D and AD. RGB value is (158,77,173). Sum of RGB (Red+Green+Blue) = 158+77+173=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E4DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4DAD is #61B252. Grayscale: #6F6F6F. Windows color (decimal): -6402643 or 11357598. OLE color: 11357598.

HSL color Cylindrical-coordinate representation of color #9E4DAD: hue angle of 290.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E4DAD is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 77 173 -
CMYK 0.09 0.55 0 0.32
HSL 290.63º 0.38% 0.49% -
HSV(B) 290.63º 0.55% 0.68% -
XYZ 24.3 15.59 41.26 -
YUV 112.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 158 77 173 0.09 0.55 0 0.32 290.63 0.38 0.49
Hex 9E 4D AD 9 37 0 20 123 26 31
Octal 236 115 255 11 67 0 40 443 46 61
Binary 10011110 1001101 10101101 1001 110111 0 100000 100100011 100110 110001

Color Harmonies of #9E4DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4DAD

Black with #9E4DAD

Text Example


Text Example

White with #9E4DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,77,173); }

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

background-color css

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

 a { background-color: rgb(158,77,173); }

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

border-color css

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

 span { border-color: rgb(158,77,173); }

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