Html Css Color HEX #8E50BA Deep Lilac

📋 copy color: '#8E50BA'

red 142 ◦ green 80 ◦ blue 186

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

Shades of Deep Lilac #8E50BA

Tints of Deep Lilac #8E50BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 34.8%
G = 19.61%
B = 45.59%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E50BA (or 0x8E50BA) is known color: Deep Lilac. HEX triplet: 8E, 50 and BA. RGB value is (142,80,186). Sum of RGB (Red+Green+Blue) = 142+80+186=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E50BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E50BA is #71AF45. Grayscale: #6E6E6E. Windows color (decimal): -7450438 or 12210318. OLE color: 12210318.

HSL color Cylindrical-coordinate representation of color #8E50BA: hue angle of 275.09º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E50BA is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 80 186 -
CMYK 0.24 0.57 0 0.27
HSL 275.09º 0.43% 0.52% -
HSV(B) 275.09º 0.57% 0.73% -
XYZ 22.89 15.03 48.15 -
YUV 110.62 170.54 150.38 -
System Red Green Blue C M Y K H S L
Decimal 142 80 186 0.24 0.57 0 0.27 275.09 0.43 0.52
Hex 8E 50 BA 18 39 0 1B 113 2B 34
Octal 216 120 272 30 71 0 33 423 53 64
Binary 10001110 1010000 10111010 11000 111001 0 11011 100010011 101011 110100

Color Harmonies of #8E50BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E50BA

Black with #8E50BA

Text Example


Text Example

White with #8E50BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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