Html Css Color HEX #8E4AD0 Deep Lilac

📋 copy color: '#8E4AD0'

red 142 ◦ green 74 ◦ blue 208

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

Shades of Deep Lilac #8E4AD0

Tints of Deep Lilac #8E4AD0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.45%

 BLUE value IS 208 (81.64% from 255) = 49.06%

R = 33.49%
G = 17.45%
B = 49.06%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8E4AD0 (or 0x8E4AD0) is known color: Deep Lilac. HEX triplet: 8E, 4A and D0. RGB value is (142,74,208). Sum of RGB (Red+Green+Blue) = 142+74+208=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #8E4AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E4AD0 is #71B52F. Grayscale: #6D6D6D. Windows color (decimal): -7451952 or 13650574. OLE color: 13650574.

HSL color Cylindrical-coordinate representation of color #8E4AD0: hue angle of 270.45º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E4AD0 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 74 208 -
CMYK 0.32 0.64 0 0.18
HSL 270.45º 0.59% 0.55% -
HSV(B) 270.45º 0.64% 0.82% -
XYZ 24.99 15.2 61.29 -
YUV 109.61 183.53 151.1 -
System Red Green Blue C M Y K H S L
Decimal 142 74 208 0.32 0.64 0 0.18 270.45 0.59 0.55
Hex 8E 4A D0 20 40 0 12 10E 3B 37
Octal 216 112 320 40 100 0 22 416 73 67
Binary 10001110 1001010 11010000 100000 1000000 0 10010 100001110 111011 110111

Color Harmonies of #8E4AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4AD0

Black with #8E4AD0

Text Example


Text Example

White with #8E4AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,74,208); }

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

background-color css

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

 a { background-color: rgb(142,74,208); }

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

border-color css

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

 span { border-color: rgb(142,74,208); }

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