Html Css Color HEX #9E3CAD Deep Lilac

📋 copy color: '#9E3CAD'

red 158 ◦ green 60 ◦ blue 173

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

Shades of Deep Lilac #9E3CAD

Tints of Deep Lilac #9E3CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.35%

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

R = 40.41%
G = 15.35%
B = 44.25%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E3CAD (or 0x9E3CAD) is known color: Deep Lilac. HEX triplet: 9E, 3C and AD. RGB value is (158,60,173). Sum of RGB (Red+Green+Blue) = 158+60+173=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E3CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3CAD is #61C352. Grayscale: #656565. Windows color (decimal): -6406995 or 11353246. OLE color: 11353246.

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

Color convert

RGB 158 60 173 -
CMYK 0.09 0.65 0 0.32
HSL 292.04º 0.48% 0.46% -
HSV(B) 292.04º 0.65% 0.68% -
XYZ 23.26 13.52 40.92 -
YUV 102.18 167.97 167.81 -
System Red Green Blue C M Y K H S L
Decimal 158 60 173 0.09 0.65 0 0.32 292.04 0.48 0.46
Hex 9E 3C AD 9 41 0 20 124 30 2E
Octal 236 74 255 11 101 0 40 444 60 56
Binary 10011110 111100 10101101 1001 1000001 0 100000 100100100 110000 101110

Color Harmonies of #9E3CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3CAD

Black with #9E3CAD

Text Example


Text Example

White with #9E3CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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