Html Css Color HEX #8E5BC0 Deep Lilac

📋 copy color: '#8E5BC0'

red 142 ◦ green 91 ◦ blue 192

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

Shades of Deep Lilac #8E5BC0

Tints of Deep Lilac #8E5BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.41%

 BLUE value IS 192 (75.39% from 255) = 45.18%

R = 33.41%
G = 21.41%
B = 45.18%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E5BC0 (or 0x8E5BC0) is known color: Deep Lilac. HEX triplet: 8E, 5B and C0. RGB value is (142,91,192). Sum of RGB (Red+Green+Blue) = 142+91+192=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: blue. Hex color #8E5BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5BC0 is #71A43F. Grayscale: #757575. Windows color (decimal): -7447616 or 12606350. OLE color: 12606350.

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

Color convert

RGB 142 91 192 -
CMYK 0.26 0.53 0 0.25
HSL 270.3º 0.44% 0.55% -
HSV(B) 270.3º 0.53% 0.75% -
XYZ 24.41 17.04 51.87 -
YUV 117.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 142 91 192 0.26 0.53 0 0.25 270.3 0.44 0.55
Hex 8E 5B C0 1A 35 0 19 10E 2C 37
Octal 216 133 300 32 65 0 31 416 54 67
Binary 10001110 1011011 11000000 11010 110101 0 11001 100001110 101100 110111

Color Harmonies of #8E5BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5BC0

Black with #8E5BC0

Text Example


Text Example

White with #8E5BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,91,192); }

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

background-color css

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

 a { background-color: rgb(142,91,192); }

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

border-color css

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

 span { border-color: rgb(142,91,192); }

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