Html Css Color HEX #8E5AAB Deep Lilac

📋 copy color: '#8E5AAB'

red 142 ◦ green 90 ◦ blue 171

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

Shades of Deep Lilac #8E5AAB

Tints of Deep Lilac #8E5AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.33%

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

R = 35.24%
G = 22.33%
B = 42.43%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E5AAB (or 0x8E5AAB) is known color: Deep Lilac. HEX triplet: 8E, 5A and AB. RGB value is (142,90,171). Sum of RGB (Red+Green+Blue) = 142+90+171=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5AAB is #71A554. Grayscale: #727272. Windows color (decimal): -7447893 or 11229838. OLE color: 11229838.

HSL color Cylindrical-coordinate representation of color #8E5AAB: hue angle of 278.52º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E5AAB is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 90 171 -
CMYK 0.17 0.47 0 0.33
HSL 278.52º 0.33% 0.51% -
HSV(B) 278.52º 0.47% 0.67% -
XYZ 22.16 16 40.45 -
YUV 114.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 142 90 171 0.17 0.47 0 0.33 278.52 0.33 0.51
Hex 8E 5A AB 11 2F 0 21 117 21 33
Octal 216 132 253 21 57 0 41 427 41 63
Binary 10001110 1011010 10101011 10001 101111 0 100001 100010111 100001 110011

Color Harmonies of #8E5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5AAB

Black with #8E5AAB

Text Example


Text Example

White with #8E5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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