Html Css Color HEX #8D4AAA Deep Lilac

📋 copy color: '#8D4AAA'

red 141 ◦ green 74 ◦ blue 170

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

Shades of Deep Lilac #8D4AAA

Tints of Deep Lilac #8D4AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.22%

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

R = 36.62%
G = 19.22%
B = 44.16%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D4AAA (or 0x8D4AAA) is known color: Deep Lilac. HEX triplet: 8D, 4A and AA. RGB value is (141,74,170). Sum of RGB (Red+Green+Blue) = 141+74+170=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D4AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4AAA is #72B555. Grayscale: #686868. Windows color (decimal): -7517526 or 11160205. OLE color: 11160205.

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

Color convert

RGB 141 74 170 -
CMYK 0.17 0.56 0 0.33
HSL 281.88º 0.39% 0.48% -
HSV(B) 281.88º 0.56% 0.67% -
XYZ 20.69 13.46 39.54 -
YUV 104.98 164.7 153.69 -
System Red Green Blue C M Y K H S L
Decimal 141 74 170 0.17 0.56 0 0.33 281.88 0.39 0.48
Hex 8D 4A AA 11 38 0 21 11A 27 30
Octal 215 112 252 21 70 0 41 432 47 60
Binary 10001101 1001010 10101010 10001 111000 0 100001 100011010 100111 110000

Color Harmonies of #8D4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4AAA

Black with #8D4AAA

Text Example


Text Example

White with #8D4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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