Html Css Color HEX #8E5DBE Deep Lilac

📋 copy color: '#8E5DBE'

red 142 ◦ green 93 ◦ blue 190

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

Shades of Deep Lilac #8E5DBE

Tints of Deep Lilac #8E5DBE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.88%

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

R = 33.41%
G = 21.88%
B = 44.71%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E5DBE (or 0x8E5DBE) is known color: Deep Lilac. HEX triplet: 8E, 5D and BE. RGB value is (142,93,190). Sum of RGB (Red+Green+Blue) = 142+93+190=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E5DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5DBE is #71A241. Grayscale: #767676. Windows color (decimal): -7447106 or 12475790. OLE color: 12475790.

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

Color convert

RGB 142 93 190 -
CMYK 0.25 0.51 0 0.25
HSL 270.31º 0.43% 0.55% -
HSV(B) 270.31º 0.51% 0.75% -
XYZ 24.36 17.3 50.77 -
YUV 118.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 142 93 190 0.25 0.51 0 0.25 270.31 0.43 0.55
Hex 8E 5D BE 19 33 0 19 10E 2B 37
Octal 216 135 276 31 63 0 31 416 53 67
Binary 10001110 1011101 10111110 11001 110011 0 11001 100001110 101011 110111

Color Harmonies of #8E5DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5DBE

Black with #8E5DBE

Text Example


Text Example

White with #8E5DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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