Html Css Color HEX #8E5BAB Deep Lilac

📋 copy color: '#8E5BAB'

red 142 ◦ green 91 ◦ blue 171

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

Shades of Deep Lilac #8E5BAB

Tints of Deep Lilac #8E5BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.52%

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

R = 35.15%
G = 22.52%
B = 42.33%

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

#8E5BAB (or 0x8E5BAB) is known color: Deep Lilac. HEX triplet: 8E, 5B and AB. RGB value is (142,91,171). Sum of RGB (Red+Green+Blue) = 142+91+171=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E5BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5BAB is #71A454. Grayscale: #737373. Windows color (decimal): -7447637 or 11230094. OLE color: 11230094.

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

Color convert

RGB 142 91 171 -
CMYK 0.17 0.47 0 0.33
HSL 278.25º 0.32% 0.51% -
HSV(B) 278.25º 0.47% 0.67% -
XYZ 22.25 16.17 40.48 -
YUV 115.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 142 91 171 0.17 0.47 0 0.33 278.25 0.32 0.51
Hex 8E 5B AB 11 2F 0 21 116 20 33
Octal 216 133 253 21 57 0 41 426 40 63
Binary 10001110 1011011 10101011 10001 101111 0 100001 100010110 100000 110011

Color Harmonies of #8E5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5BAB

Black with #8E5BAB

Text Example


Text Example

White with #8E5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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