Html Css Color HEX #8D50AA Deep Lilac

📋 copy color: '#8D50AA'

red 141 ◦ green 80 ◦ blue 170

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

Shades of Deep Lilac #8D50AA

Tints of Deep Lilac #8D50AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.46%

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

R = 36.06%
G = 20.46%
B = 43.48%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D50AA (or 0x8D50AA) is known color: Deep Lilac. HEX triplet: 8D, 50 and AA. RGB value is (141,80,170). Sum of RGB (Red+Green+Blue) = 141+80+170=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D50AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D50AA is #72AF55. Grayscale: #6C6C6C. Windows color (decimal): -7515990 or 11161741. OLE color: 11161741.

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

Color convert

RGB 141 80 170 -
CMYK 0.17 0.53 0 0.33
HSL 280.67º 0.36% 0.49% -
HSV(B) 280.67º 0.53% 0.67% -
XYZ 21.11 14.3 39.68 -
YUV 108.5 162.71 151.18 -
System Red Green Blue C M Y K H S L
Decimal 141 80 170 0.17 0.53 0 0.33 280.67 0.36 0.49
Hex 8D 50 AA 11 35 0 21 119 24 31
Octal 215 120 252 21 65 0 41 431 44 61
Binary 10001101 1010000 10101010 10001 110101 0 100001 100011001 100100 110001

Color Harmonies of #8D50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D50AA

Black with #8D50AA

Text Example


Text Example

White with #8D50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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