Html Css Color HEX #9E40AB Deep Lilac

📋 copy color: '#9E40AB'

red 158 ◦ green 64 ◦ blue 171

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

Shades of Deep Lilac #9E40AB

Tints of Deep Lilac #9E40AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 40.2%
G = 16.28%
B = 43.51%

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

#9E40AB (or 0x9E40AB) is known color: Deep Lilac. HEX triplet: 9E, 40 and AB. RGB value is (158,64,171). Sum of RGB (Red+Green+Blue) = 158+64+171=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E40AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E40AB is #61BF54. Grayscale: #676767. Windows color (decimal): -6405973 or 11223198. OLE color: 11223198.

HSL color Cylindrical-coordinate representation of color #9E40AB: hue angle of 292.71º 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 #9E40AB is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 64 171 -
CMYK 0.08 0.63 0 0.33
HSL 292.71º 0.46% 0.46% -
HSV(B) 292.71º 0.63% 0.67% -
XYZ 23.28 13.88 39.98 -
YUV 104.3 165.64 166.3 -
System Red Green Blue C M Y K H S L
Decimal 158 64 171 0.08 0.63 0 0.33 292.71 0.46 0.46
Hex 9E 40 AB 8 3F 0 21 125 2E 2E
Octal 236 100 253 10 77 0 41 445 56 56
Binary 10011110 1000000 10101011 1000 111111 0 100001 100100101 101110 101110

Color Harmonies of #9E40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E40AB

Black with #9E40AB

Text Example


Text Example

White with #9E40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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