Html Css Color HEX #8E42BD Deep Lilac

📋 copy color: '#8E42BD'

red 142 ◦ green 66 ◦ blue 189

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

Shades of Deep Lilac #8E42BD

Tints of Deep Lilac #8E42BD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.62%

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

R = 35.77%
G = 16.62%
B = 47.61%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E42BD (or 0x8E42BD) is known color: Deep Lilac. HEX triplet: 8E, 42 and BD. RGB value is (142,66,189). Sum of RGB (Red+Green+Blue) = 142+66+189=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E42BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E42BD is #71BD42. Grayscale: #666666. Windows color (decimal): -7454019 or 12403342. OLE color: 12403342.

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

Color convert

RGB 142 66 189 -
CMYK 0.25 0.65 0 0.26
HSL 277.07º 0.48% 0.5% -
HSV(B) 277.07º 0.65% 0.74% -
XYZ 22.29 13.32 49.54 -
YUV 102.75 176.68 156 -
System Red Green Blue C M Y K H S L
Decimal 142 66 189 0.25 0.65 0 0.26 277.07 0.48 0.5
Hex 8E 42 BD 19 41 0 1A 115 30 32
Octal 216 102 275 31 101 0 32 425 60 62
Binary 10001110 1000010 10111101 11001 1000001 0 11010 100010101 110000 110010

Color Harmonies of #8E42BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E42BD

Black with #8E42BD

Text Example


Text Example

White with #8E42BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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