Html Css Color HEX #8E56BF Deep Lilac

📋 copy color: '#8E56BF'

red 142 ◦ green 86 ◦ blue 191

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

Shades of Deep Lilac #8E56BF

Tints of Deep Lilac #8E56BF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.53%

 BLUE value IS 191 (75% from 255) = 45.58%

R = 33.89%
G = 20.53%
B = 45.58%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E56BF (or 0x8E56BF) is known color: Deep Lilac. HEX triplet: 8E, 56 and BF. RGB value is (142,86,191). Sum of RGB (Red+Green+Blue) = 142+86+191=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E56BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E56BF is #71A940. Grayscale: #727272. Windows color (decimal): -7448897 or 12539534. OLE color: 12539534.

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

Color convert

RGB 142 86 191 -
CMYK 0.26 0.55 0 0.25
HSL 272º 0.45% 0.54% -
HSV(B) 272º 0.55% 0.75% -
XYZ 23.89 16.17 51.15 -
YUV 114.71 171.05 147.46 -
System Red Green Blue C M Y K H S L
Decimal 142 86 191 0.26 0.55 0 0.25 272 0.45 0.54
Hex 8E 56 BF 1A 37 0 19 110 2D 36
Octal 216 126 277 32 67 0 31 420 55 66
Binary 10001110 1010110 10111111 11010 110111 0 11001 100010000 101101 110110

Color Harmonies of #8E56BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E56BF

Black with #8E56BF

Text Example


Text Example

White with #8E56BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,86,191); }

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

background-color css

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

 a { background-color: rgb(142,86,191); }

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

border-color css

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

 span { border-color: rgb(142,86,191); }

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