Html Css Color HEX #8E52BC Deep Lilac

📋 copy color: '#8E52BC'

red 142 ◦ green 82 ◦ blue 188

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

Shades of Deep Lilac #8E52BC

Tints of Deep Lilac #8E52BC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.9%

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 34.47%
G = 19.9%
B = 45.63%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E52BC (or 0x8E52BC) is known color: Deep Lilac. HEX triplet: 8E, 52 and BC. RGB value is (142,82,188). Sum of RGB (Red+Green+Blue) = 142+82+188=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E52BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E52BC is #71AD43. Grayscale: #6F6F6F. Windows color (decimal): -7449924 or 12341902. OLE color: 12341902.

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

Color convert

RGB 142 82 188 -
CMYK 0.24 0.56 0 0.26
HSL 273.96º 0.44% 0.53% -
HSV(B) 273.96º 0.56% 0.74% -
XYZ 23.25 15.42 49.33 -
YUV 112.02 170.88 149.38 -
System Red Green Blue C M Y K H S L
Decimal 142 82 188 0.24 0.56 0 0.26 273.96 0.44 0.53
Hex 8E 52 BC 18 38 0 1A 112 2C 35
Octal 216 122 274 30 70 0 32 422 54 65
Binary 10001110 1010010 10111100 11000 111000 0 11010 100010010 101100 110101

Color Harmonies of #8E52BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E52BC

Black with #8E52BC

Text Example


Text Example

White with #8E52BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,82,188); }

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

background-color css

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

 a { background-color: rgb(142,82,188); }

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

border-color css

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

 span { border-color: rgb(142,82,188); }

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