Html Css Color HEX #8D52AD Deep Lilac

📋 copy color: '#8D52AD'

red 141 ◦ green 82 ◦ blue 173

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

Shades of Deep Lilac #8D52AD

Tints of Deep Lilac #8D52AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 35.61%
G = 20.71%
B = 43.69%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D52AD (or 0x8D52AD) is known color: Deep Lilac. HEX triplet: 8D, 52 and AD. RGB value is (141,82,173). Sum of RGB (Red+Green+Blue) = 141+82+173=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D52AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D52AD is #72AD52. Grayscale: #6D6D6D. Windows color (decimal): -7515475 or 11358861. OLE color: 11358861.

HSL color Cylindrical-coordinate representation of color #8D52AD: hue angle of 278.9º 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 #8D52AD is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 82 173 -
CMYK 0.18 0.53 0 0.32
HSL 278.9º 0.36% 0.5% -
HSV(B) 278.9º 0.53% 0.68% -
XYZ 21.54 14.71 41.24 -
YUV 110.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 141 82 173 0.18 0.53 0 0.32 278.9 0.36 0.5
Hex 8D 52 AD 12 35 0 20 117 24 32
Octal 215 122 255 22 65 0 40 427 44 62
Binary 10001101 1010010 10101101 10010 110101 0 100000 100010111 100100 110010

Color Harmonies of #8D52AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D52AD

Black with #8D52AD

Text Example


Text Example

White with #8D52AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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