Html Css Color HEX #8D5DAD Deep Lilac

📋 copy color: '#8D5DAD'

red 141 ◦ green 93 ◦ blue 173

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

Shades of Deep Lilac #8D5DAD

Tints of Deep Lilac #8D5DAD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.85%

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

R = 34.64%
G = 22.85%
B = 42.51%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D5DAD (or 0x8D5DAD) is known color: Deep Lilac. HEX triplet: 8D, 5D and AD. RGB value is (141,93,173). Sum of RGB (Red+Green+Blue) = 141+93+173=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D5DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5DAD is #72A252. Grayscale: #747474. Windows color (decimal): -7512659 or 11361677. OLE color: 11361677.

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

Color convert

RGB 141 93 173 -
CMYK 0.18 0.46 0 0.32
HSL 276º 0.33% 0.52% -
HSV(B) 276º 0.46% 0.68% -
XYZ 22.44 16.51 41.54 -
YUV 116.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 141 93 173 0.18 0.46 0 0.32 276 0.33 0.52
Hex 8D 5D AD 12 2E 0 20 114 21 34
Octal 215 135 255 22 56 0 40 424 41 64
Binary 10001101 1011101 10101101 10010 101110 0 100000 100010100 100001 110100

Color Harmonies of #8D5DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5DAD

Black with #8D5DAD

Text Example


Text Example

White with #8D5DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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