Html Css Color HEX #9E40AC Deep Lilac

📋 copy color: '#9E40AC'

red 158 ◦ green 64 ◦ blue 172

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

Shades of Deep Lilac #9E40AC

Tints of Deep Lilac #9E40AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.24%

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 40.1%
G = 16.24%
B = 43.65%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E40AC (or 0x9E40AC) is known color: Deep Lilac. HEX triplet: 9E, 40 and AC. RGB value is (158,64,172). Sum of RGB (Red+Green+Blue) = 158+64+172=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E40AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E40AC is #61BF53. Grayscale: #686868. Windows color (decimal): -6405972 or 11288734. OLE color: 11288734.

HSL color Cylindrical-coordinate representation of color #9E40AC: hue angle of 292.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E40AC is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 64 172 -
CMYK 0.08 0.63 0 0.33
HSL 292.22º 0.46% 0.46% -
HSV(B) 292.22º 0.63% 0.67% -
XYZ 23.38 13.91 40.48 -
YUV 104.42 166.14 166.22 -
System Red Green Blue C M Y K H S L
Decimal 158 64 172 0.08 0.63 0 0.33 292.22 0.46 0.46
Hex 9E 40 AC 8 3F 0 21 124 2E 2E
Octal 236 100 254 10 77 0 41 444 56 56
Binary 10011110 1000000 10101100 1000 111111 0 100001 100100100 101110 101110

Color Harmonies of #9E40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E40AC

Black with #9E40AC

Text Example


Text Example

White with #9E40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,64,172); }

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

background-color css

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

 a { background-color: rgb(158,64,172); }

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

border-color css

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

 span { border-color: rgb(158,64,172); }

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