Html Css Color HEX #8D4DAA Deep Lilac

📋 copy color: '#8D4DAA'

red 141 ◦ green 77 ◦ blue 170

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

Shades of Deep Lilac #8D4DAA

Tints of Deep Lilac #8D4DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.85%

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

R = 36.34%
G = 19.85%
B = 43.81%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D4DAA (or 0x8D4DAA) is known color: Deep Lilac. HEX triplet: 8D, 4D and AA. RGB value is (141,77,170). Sum of RGB (Red+Green+Blue) = 141+77+170=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D4DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4DAA is #72B255. Grayscale: #6A6A6A. Windows color (decimal): -7516758 or 11160973. OLE color: 11160973.

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

Color convert

RGB 141 77 170 -
CMYK 0.17 0.55 0 0.33
HSL 281.29º 0.38% 0.48% -
HSV(B) 281.29º 0.55% 0.67% -
XYZ 20.89 13.87 39.61 -
YUV 106.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 141 77 170 0.17 0.55 0 0.33 281.29 0.38 0.48
Hex 8D 4D AA 11 37 0 21 119 26 30
Octal 215 115 252 21 67 0 41 431 46 60
Binary 10001101 1001101 10101010 10001 110111 0 100001 100011001 100110 110000

Color Harmonies of #8D4DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4DAA

Black with #8D4DAA

Text Example


Text Example

White with #8D4DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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