Html Css Color HEX #8E5EBD Deep Lilac

📋 copy color: '#8E5EBD'

red 142 ◦ green 94 ◦ blue 189

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

Shades of Deep Lilac #8E5EBD

Tints of Deep Lilac #8E5EBD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.12%

 BLUE value IS 189 (74.22% from 255) = 44.47%

R = 33.41%
G = 22.12%
B = 44.47%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E5EBD (or 0x8E5EBD) is known color: Deep Lilac. HEX triplet: 8E, 5E and BD. RGB value is (142,94,189). Sum of RGB (Red+Green+Blue) = 142+94+189=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E5EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5EBD is #71A142. Grayscale: #767676. Windows color (decimal): -7446851 or 12410510. OLE color: 12410510.

HSL color Cylindrical-coordinate representation of color #8E5EBD: hue angle of 270.32º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E5EBD is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 94 189 -
CMYK 0.25 0.50 0 0.26
HSL 270.32º 0.42% 0.55% -
HSV(B) 270.32º 0.5% 0.74% -
XYZ 24.34 17.43 50.23 -
YUV 119.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 142 94 189 0.25 0.50 0 0.26 270.32 0.42 0.55
Hex 8E 5E BD 19 32 0 1A 10E 2A 37
Octal 216 136 275 31 62 0 32 416 52 67
Binary 10001110 1011110 10111101 11001 110010 0 11010 100001110 101010 110111

Color Harmonies of #8E5EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5EBD

Black with #8E5EBD

Text Example


Text Example

White with #8E5EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,94,189); }

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

background-color css

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

 a { background-color: rgb(142,94,189); }

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

border-color css

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

 span { border-color: rgb(142,94,189); }

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