Html Css Color HEX #8D52AA Deep Lilac

📋 copy color: '#8D52AA'

red 141 ◦ green 82 ◦ blue 170

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

Shades of Deep Lilac #8D52AA

Tints of Deep Lilac #8D52AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 35.88%
G = 20.87%
B = 43.26%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D52AA (or 0x8D52AA) is known color: Deep Lilac. HEX triplet: 8D, 52 and AA. RGB value is (141,82,170). Sum of RGB (Red+Green+Blue) = 141+82+170=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D52AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D52AA is #72AD55. Grayscale: #6D6D6D. Windows color (decimal): -7515478 or 11162253. OLE color: 11162253.

HSL color Cylindrical-coordinate representation of color #8D52AA: hue angle of 280.23º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D52AA is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 82 170 -
CMYK 0.17 0.52 0 0.33
HSL 280.23º 0.35% 0.49% -
HSV(B) 280.23º 0.52% 0.67% -
XYZ 21.26 14.6 39.73 -
YUV 109.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 141 82 170 0.17 0.52 0 0.33 280.23 0.35 0.49
Hex 8D 52 AA 11 34 0 21 118 23 31
Octal 215 122 252 21 64 0 41 430 43 61
Binary 10001101 1010010 10101010 10001 110100 0 100001 100011000 100011 110001

Color Harmonies of #8D52AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D52AA

Black with #8D52AA

Text Example


Text Example

White with #8D52AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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