Html Css Color HEX #8D55AE Deep Lilac

📋 copy color: '#8D55AE'

red 141 ◦ green 85 ◦ blue 174

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

Shades of Deep Lilac #8D55AE

Tints of Deep Lilac #8D55AE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.25%

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

R = 35.25%
G = 21.25%
B = 43.5%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D55AE (or 0x8D55AE) is known color: Deep Lilac. HEX triplet: 8D, 55 and AE. RGB value is (141,85,174). Sum of RGB (Red+Green+Blue) = 141+85+174=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D55AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D55AE is #72AA51. Grayscale: #6F6F6F. Windows color (decimal): -7514706 or 11425165. OLE color: 11425165.

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

Color convert

RGB 141 85 174 -
CMYK 0.19 0.51 0 0.32
HSL 277.75º 0.35% 0.51% -
HSV(B) 277.75º 0.51% 0.68% -
XYZ 21.87 15.22 41.83 -
YUV 111.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 141 85 174 0.19 0.51 0 0.32 277.75 0.35 0.51
Hex 8D 55 AE 13 33 0 20 116 23 33
Octal 215 125 256 23 63 0 40 426 43 63
Binary 10001101 1010101 10101110 10011 110011 0 100000 100010110 100011 110011

Color Harmonies of #8D55AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D55AE

Black with #8D55AE

Text Example


Text Example

White with #8D55AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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