Html Css Color HEX #8E50BD Deep Lilac

📋 copy color: '#8E50BD'

red 142 ◦ green 80 ◦ blue 189

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

Shades of Deep Lilac #8E50BD

Tints of Deep Lilac #8E50BD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.46%

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

R = 34.55%
G = 19.46%
B = 45.99%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E50BD (or 0x8E50BD) is known color: Deep Lilac. HEX triplet: 8E, 50 and BD. RGB value is (142,80,189). Sum of RGB (Red+Green+Blue) = 142+80+189=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E50BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E50BD is #71AF42. Grayscale: #6E6E6E. Windows color (decimal): -7450435 or 12406926. OLE color: 12406926.

HSL color Cylindrical-coordinate representation of color #8E50BD: hue angle of 274.13º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E50BD is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 80 189 -
CMYK 0.25 0.58 0 0.26
HSL 274.13º 0.45% 0.53% -
HSV(B) 274.13º 0.58% 0.74% -
XYZ 23.21 15.16 49.85 -
YUV 110.96 172.04 150.14 -
System Red Green Blue C M Y K H S L
Decimal 142 80 189 0.25 0.58 0 0.26 274.13 0.45 0.53
Hex 8E 50 BD 19 3A 0 1A 112 2D 35
Octal 216 120 275 31 72 0 32 422 55 65
Binary 10001110 1010000 10111101 11001 111010 0 11010 100010010 101101 110101

Color Harmonies of #8E50BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E50BD

Black with #8E50BD

Text Example


Text Example

White with #8E50BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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