Html Css Color HEX #8E42BE Deep Lilac

📋 copy color: '#8E42BE'

red 142 ◦ green 66 ◦ blue 190

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

Shades of Deep Lilac #8E42BE

Tints of Deep Lilac #8E42BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 35.68%
G = 16.58%
B = 47.74%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E42BE (or 0x8E42BE) is known color: Deep Lilac. HEX triplet: 8E, 42 and BE. RGB value is (142,66,190). Sum of RGB (Red+Green+Blue) = 142+66+190=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E42BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E42BE is #71BD41. Grayscale: #666666. Windows color (decimal): -7454018 or 12468878. OLE color: 12468878.

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

Color convert

RGB 142 66 190 -
CMYK 0.25 0.65 0 0.25
HSL 276.77º 0.49% 0.5% -
HSV(B) 276.77º 0.65% 0.75% -
XYZ 22.4 13.36 50.11 -
YUV 102.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 142 66 190 0.25 0.65 0 0.25 276.77 0.49 0.5
Hex 8E 42 BE 19 41 0 19 115 31 32
Octal 216 102 276 31 101 0 31 425 61 62
Binary 10001110 1000010 10111110 11001 1000001 0 11001 100010101 110001 110010

Color Harmonies of #8E42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E42BE

Black with #8E42BE

Text Example


Text Example

White with #8E42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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