Html Css Color HEX #9E3AAD Deep Lilac

📋 copy color: '#9E3AAD'

red 158 ◦ green 58 ◦ blue 173

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

Shades of Deep Lilac #9E3AAD

Tints of Deep Lilac #9E3AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.91%

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

R = 40.62%
G = 14.91%
B = 44.47%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E3AAD (or 0x9E3AAD) is known color: Deep Lilac. HEX triplet: 9E, 3A and AD. RGB value is (158,58,173). Sum of RGB (Red+Green+Blue) = 158+58+173=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E3AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3AAD is #61C552. Grayscale: #646464. Windows color (decimal): -6407507 or 11352734. OLE color: 11352734.

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

Color convert

RGB 158 58 173 -
CMYK 0.09 0.66 0 0.32
HSL 292.17º 0.5% 0.45% -
HSV(B) 292.17º 0.66% 0.68% -
XYZ 23.16 13.31 40.88 -
YUV 101.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 158 58 173 0.09 0.66 0 0.32 292.17 0.5 0.45
Hex 9E 3A AD 9 42 0 20 124 32 2D
Octal 236 72 255 11 102 0 40 444 62 55
Binary 10011110 111010 10101101 1001 1000010 0 100000 100100100 110010 101101

Color Harmonies of #9E3AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3AAD

Black with #9E3AAD

Text Example


Text Example

White with #9E3AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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