Html Css Color HEX #8E4DCD Deep Lilac

📋 copy color: '#8E4DCD'

red 142 ◦ green 77 ◦ blue 205

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

Shades of Deep Lilac #8E4DCD

Tints of Deep Lilac #8E4DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.16%

 BLUE value IS 205 (80.47% from 255) = 48.35%

R = 33.49%
G = 18.16%
B = 48.35%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E4DCD (or 0x8E4DCD) is known color: Deep Lilac. HEX triplet: 8E, 4D and CD. RGB value is (142,77,205). Sum of RGB (Red+Green+Blue) = 142+77+205=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E4DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E4DCD is #71B232. Grayscale: #6E6E6E. Windows color (decimal): -7451187 or 13454734. OLE color: 13454734.

HSL color Cylindrical-coordinate representation of color #8E4DCD: hue angle of 270.47º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E4DCD is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 77 205 -
CMYK 0.31 0.62 0 0.20
HSL 270.47º 0.56% 0.55% -
HSV(B) 270.47º 0.62% 0.8% -
XYZ 24.83 15.47 59.43 -
YUV 111.03 181.03 150.09 -
System Red Green Blue C M Y K H S L
Decimal 142 77 205 0.31 0.62 0 0.20 270.47 0.56 0.55
Hex 8E 4D CD 1F 3E 0 14 10E 38 37
Octal 216 115 315 37 76 0 24 416 70 67
Binary 10001110 1001101 11001101 11111 111110 0 10100 100001110 111000 110111

Color Harmonies of #8E4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4DCD

Black with #8E4DCD

Text Example


Text Example

White with #8E4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,77,205); }

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

background-color css

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

 a { background-color: rgb(142,77,205); }

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

border-color css

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

 span { border-color: rgb(142,77,205); }

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