Html Css Color HEX #9E4DAE Deep Lilac

📋 copy color: '#9E4DAE'

red 158 ◦ green 77 ◦ blue 174

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

Shades of Deep Lilac #9E4DAE

Tints of Deep Lilac #9E4DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 38.63%
G = 18.83%
B = 42.54%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E4DAE (or 0x9E4DAE) is known color: Deep Lilac. HEX triplet: 9E, 4D and AE. RGB value is (158,77,174). Sum of RGB (Red+Green+Blue) = 158+77+174=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E4DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4DAE is #61B251. Grayscale: #6F6F6F. Windows color (decimal): -6402642 or 11423134. OLE color: 11423134.

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

Color convert

RGB 158 77 174 -
CMYK 0.09 0.56 0 0.32
HSL 290.1º 0.39% 0.49% -
HSV(B) 290.1º 0.56% 0.68% -
XYZ 24.39 15.63 41.78 -
YUV 112.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 158 77 174 0.09 0.56 0 0.32 290.1 0.39 0.49
Hex 9E 4D AE 9 38 0 20 122 27 31
Octal 236 115 256 11 70 0 40 442 47 61
Binary 10011110 1001101 10101110 1001 111000 0 100000 100100010 100111 110001

Color Harmonies of #9E4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4DAE

Black with #9E4DAE

Text Example


Text Example

White with #9E4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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