Html Css Color HEX #8E54C0 Deep Lilac

📋 copy color: '#8E54C0'

red 142 ◦ green 84 ◦ blue 192

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

Shades of Deep Lilac #8E54C0

Tints of Deep Lilac #8E54C0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.1%

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 33.97%
G = 20.1%
B = 45.93%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E54C0 (or 0x8E54C0) is known color: Deep Lilac. HEX triplet: 8E, 54 and C0. RGB value is (142,84,192). Sum of RGB (Red+Green+Blue) = 142+84+192=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #8E54C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E54C0 is #71AB3F. Grayscale: #717171. Windows color (decimal): -7449408 or 12604558. OLE color: 12604558.

HSL color Cylindrical-coordinate representation of color #8E54C0: hue angle of 272.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E54C0 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 84 192 -
CMYK 0.26 0.56 0 0.25
HSL 272.22º 0.46% 0.54% -
HSV(B) 272.22º 0.56% 0.75% -
XYZ 23.84 15.9 51.68 -
YUV 113.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 142 84 192 0.26 0.56 0 0.25 272.22 0.46 0.54
Hex 8E 54 C0 1A 38 0 19 110 2E 36
Octal 216 124 300 32 70 0 31 420 56 66
Binary 10001110 1010100 11000000 11010 111000 0 11001 100010000 101110 110110

Color Harmonies of #8E54C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E54C0

Black with #8E54C0

Text Example


Text Example

White with #8E54C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,84,192); }

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

background-color css

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

 a { background-color: rgb(142,84,192); }

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

border-color css

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

 span { border-color: rgb(142,84,192); }

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