Html Css Color HEX #9E3AA9 Deep Lilac

📋 copy color: '#9E3AA9'

red 158 ◦ green 58 ◦ blue 169

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

Shades of Deep Lilac #9E3AA9

Tints of Deep Lilac #9E3AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 43.9%

R = 41.04%
G = 15.06%
B = 43.9%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9E3AA9 (or 0x9E3AA9) is known color: Deep Lilac. HEX triplet: 9E, 3A and A9. RGB value is (158,58,169). Sum of RGB (Red+Green+Blue) = 158+58+169=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 169 - color contains mainly: blue. Hex color #9E3AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3AA9 is #61C556. Grayscale: #646464. Windows color (decimal): -6407511 or 11090590. OLE color: 11090590.

HSL color Cylindrical-coordinate representation of color #9E3AA9: hue angle of 294.05º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3AA9 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 158 58 169 -
CMYK 0.07 0.66 0 0.34
HSL 294.05º 0.49% 0.45% -
HSV(B) 294.05º 0.66% 0.66% -
XYZ 22.78 13.16 38.88 -
YUV 100.55 166.63 168.97 -
System Red Green Blue C M Y K H S L
Decimal 158 58 169 0.07 0.66 0 0.34 294.05 0.49 0.45
Hex 9E 3A A9 7 42 0 22 126 31 2D
Octal 236 72 251 7 102 0 42 446 61 55
Binary 10011110 111010 10101001 111 1000010 0 100010 100100110 110001 101101

Color Harmonies of #9E3AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3AA9

Black with #9E3AA9

Text Example


Text Example

White with #9E3AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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