Html Css Color HEX #8D52AE Deep Lilac

📋 copy color: '#8D52AE'

red 141 ◦ green 82 ◦ blue 174

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

Shades of Deep Lilac #8D52AE

Tints of Deep Lilac #8D52AE

RGB

 RED value IS 141 (55.47% from 255) = 35.52%

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

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 35.52%
G = 20.65%
B = 43.83%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D52AE (or 0x8D52AE) is known color: Deep Lilac. HEX triplet: 8D, 52 and AE. RGB value is (141,82,174). Sum of RGB (Red+Green+Blue) = 141+82+174=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D52AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D52AE is #72AD51. Grayscale: #6D6D6D. Windows color (decimal): -7515474 or 11424397. OLE color: 11424397.

HSL color Cylindrical-coordinate representation of color #8D52AE: hue angle of 278.48º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D52AE is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 82 174 -
CMYK 0.19 0.53 0 0.32
HSL 278.48º 0.36% 0.5% -
HSV(B) 278.48º 0.53% 0.68% -
XYZ 21.64 14.75 41.75 -
YUV 110.13 164.05 150.02 -
System Red Green Blue C M Y K H S L
Decimal 141 82 174 0.19 0.53 0 0.32 278.48 0.36 0.5
Hex 8D 52 AE 13 35 0 20 116 24 32
Octal 215 122 256 23 65 0 40 426 44 62
Binary 10001101 1010010 10101110 10011 110101 0 100000 100010110 100100 110010

Color Harmonies of #8D52AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D52AE

Black with #8D52AE

Text Example


Text Example

White with #8D52AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,82,174); }

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

background-color css

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

 a { background-color: rgb(141,82,174); }

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

border-color css

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

 span { border-color: rgb(141,82,174); }

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