Html Css Color HEX #9E41AA Deep Lilac

📋 copy color: '#9E41AA'

red 158 ◦ green 65 ◦ blue 170

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

Shades of Deep Lilac #9E41AA

Tints of Deep Lilac #9E41AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.54%

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 40.2%
G = 16.54%
B = 43.26%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E41AA (or 0x9E41AA) is known color: Deep Lilac. HEX triplet: 9E, 41 and AA. RGB value is (158,65,170). Sum of RGB (Red+Green+Blue) = 158+65+170=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E41AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E41AA is #61BE55. Grayscale: #686868. Windows color (decimal): -6405718 or 11157918. OLE color: 11157918.

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

Color convert

RGB 158 65 170 -
CMYK 0.07 0.62 0 0.33
HSL 293.14º 0.45% 0.46% -
HSV(B) 293.14º 0.62% 0.67% -
XYZ 23.25 13.95 39.5 -
YUV 104.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 158 65 170 0.07 0.62 0 0.33 293.14 0.45 0.46
Hex 9E 41 AA 7 3E 0 21 125 2D 2E
Octal 236 101 252 7 76 0 41 445 55 56
Binary 10011110 1000001 10101010 111 111110 0 100001 100100101 101101 101110

Color Harmonies of #9E41AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E41AA

Black with #9E41AA

Text Example


Text Example

White with #9E41AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,65,170); }

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

background-color css

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

 a { background-color: rgb(158,65,170); }

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

border-color css

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

 span { border-color: rgb(158,65,170); }

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