Html Css Color HEX #8D55AD Deep Lilac

📋 copy color: '#8D55AD'

red 141 ◦ green 85 ◦ blue 173

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

Shades of Deep Lilac #8D55AD

Tints of Deep Lilac #8D55AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.36%

R = 35.34%
G = 21.3%
B = 43.36%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D55AD (or 0x8D55AD) is known color: Deep Lilac. HEX triplet: 8D, 55 and AD. RGB value is (141,85,173). Sum of RGB (Red+Green+Blue) = 141+85+173=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D55AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D55AD is #72AA52. Grayscale: #6F6F6F. Windows color (decimal): -7514707 or 11359629. OLE color: 11359629.

HSL color Cylindrical-coordinate representation of color #8D55AD: hue angle of 278.18º 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 #8D55AD is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 85 173 -
CMYK 0.18 0.51 0 0.32
HSL 278.18º 0.35% 0.51% -
HSV(B) 278.18º 0.51% 0.68% -
XYZ 21.78 15.18 41.32 -
YUV 111.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 141 85 173 0.18 0.51 0 0.32 278.18 0.35 0.51
Hex 8D 55 AD 12 33 0 20 116 23 33
Octal 215 125 255 22 63 0 40 426 43 63
Binary 10001101 1010101 10101101 10010 110011 0 100000 100010110 100011 110011

Color Harmonies of #8D55AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D55AD

Black with #8D55AD

Text Example


Text Example

White with #8D55AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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