Html Css Color HEX #8E52BF Deep Lilac

📋 copy color: '#8E52BF'

red 142 ◦ green 82 ◦ blue 191

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

Shades of Deep Lilac #8E52BF

Tints of Deep Lilac #8E52BF

RGB

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

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

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

R = 34.22%
G = 19.76%
B = 46.02%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E52BF (or 0x8E52BF) is known color: Deep Lilac. HEX triplet: 8E, 52 and BF. RGB value is (142,82,191). Sum of RGB (Red+Green+Blue) = 142+82+191=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E52BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E52BF is #71AD40. Grayscale: #6F6F6F. Windows color (decimal): -7449921 or 12538510. OLE color: 12538510.

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

Color convert

RGB 142 82 191 -
CMYK 0.26 0.57 0 0.25
HSL 273.03º 0.46% 0.54% -
HSV(B) 273.03º 0.57% 0.75% -
XYZ 23.58 15.55 51.05 -
YUV 112.37 172.38 149.14 -
System Red Green Blue C M Y K H S L
Decimal 142 82 191 0.26 0.57 0 0.25 273.03 0.46 0.54
Hex 8E 52 BF 1A 39 0 19 111 2E 36
Octal 216 122 277 32 71 0 31 421 56 66
Binary 10001110 1010010 10111111 11010 111001 0 11001 100010001 101110 110110

Color Harmonies of #8E52BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E52BF

Black with #8E52BF

Text Example


Text Example

White with #8E52BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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