Html Css Color HEX #8D40AE Deep Lilac

📋 copy color: '#8D40AE'

red 141 ◦ green 64 ◦ blue 174

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

Shades of Deep Lilac #8D40AE

Tints of Deep Lilac #8D40AE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.89%

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 37.2%
G = 16.89%
B = 45.91%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D40AE (or 0x8D40AE) is known color: Deep Lilac. HEX triplet: 8D, 40 and AE. RGB value is (141,64,174). Sum of RGB (Red+Green+Blue) = 141+64+174=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D40AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D40AE is #72BF51. Grayscale: #636363. Windows color (decimal): -7520082 or 11419789. OLE color: 11419789.

HSL color Cylindrical-coordinate representation of color #8D40AE: hue angle of 282º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D40AE is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 64 174 -
CMYK 0.19 0.63 0 0.32
HSL 282º 0.46% 0.47% -
HSV(B) 282º 0.63% 0.68% -
XYZ 20.46 12.39 41.36 -
YUV 99.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 141 64 174 0.19 0.63 0 0.32 282 0.46 0.47
Hex 8D 40 AE 13 3F 0 20 11A 2E 2F
Octal 215 100 256 23 77 0 40 432 56 57
Binary 10001101 1000000 10101110 10011 111111 0 100000 100011010 101110 101111

Color Harmonies of #8D40AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D40AE

Black with #8D40AE

Text Example


Text Example

White with #8D40AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,64,174); }

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

background-color css

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

 a { background-color: rgb(141,64,174); }

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

border-color css

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

 span { border-color: rgb(141,64,174); }

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