Html Css Color HEX #8E40AB Deep Lilac

📋 copy color: '#8E40AB'

red 142 ◦ green 64 ◦ blue 171

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

Shades of Deep Lilac #8E40AB

Tints of Deep Lilac #8E40AB

RGB

 RED value IS 142 (55.86% from 255) = 37.67%

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

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

R = 37.67%
G = 16.98%
B = 45.36%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E40AB (or 0x8E40AB) is known color: Deep Lilac. HEX triplet: 8E, 40 and AB. RGB value is (142,64,171). Sum of RGB (Red+Green+Blue) = 142+64+171=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E40AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E40AB is #71BF54. Grayscale: #636363. Windows color (decimal): -7454549 or 11223182. OLE color: 11223182.

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

Color convert

RGB 142 64 171 -
CMYK 0.17 0.63 0 0.33
HSL 283.74º 0.46% 0.46% -
HSV(B) 283.74º 0.63% 0.67% -
XYZ 20.34 12.36 39.84 -
YUV 99.52 168.34 158.3 -
System Red Green Blue C M Y K H S L
Decimal 142 64 171 0.17 0.63 0 0.33 283.74 0.46 0.46
Hex 8E 40 AB 11 3F 0 21 11C 2E 2E
Octal 216 100 253 21 77 0 41 434 56 56
Binary 10001110 1000000 10101011 10001 111111 0 100001 100011100 101110 101110

Color Harmonies of #8E40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E40AB

Black with #8E40AB

Text Example


Text Example

White with #8E40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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