Html Css Color HEX #8D4DCD Deep Lilac

📋 copy color: '#8D4DCD'

red 141 ◦ green 77 ◦ blue 205

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

Shades of Deep Lilac #8D4DCD

Tints of Deep Lilac #8D4DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 33.33%
G = 18.2%
B = 48.46%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D4DCD (or 0x8D4DCD) is known color: Deep Lilac. HEX triplet: 8D, 4D and CD. RGB value is (141,77,205). Sum of RGB (Red+Green+Blue) = 141+77+205=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D4DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4DCD is #72B232. Grayscale: #6E6E6E. Windows color (decimal): -7516723 or 13454733. OLE color: 13454733.

HSL color Cylindrical-coordinate representation of color #8D4DCD: hue angle of 270º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D4DCD is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 77 205 -
CMYK 0.31 0.62 0 0.20
HSL 270º 0.56% 0.55% -
HSV(B) 270º 0.62% 0.8% -
XYZ 24.66 15.38 59.43 -
YUV 110.73 181.2 149.59 -
System Red Green Blue C M Y K H S L
Decimal 141 77 205 0.31 0.62 0 0.20 270 0.56 0.55
Hex 8D 4D CD 1F 3E 0 14 10E 38 37
Octal 215 115 315 37 76 0 24 416 70 67
Binary 10001101 1001101 11001101 11111 111110 0 10100 100001110 111000 110111

Color Harmonies of #8D4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4DCD

Black with #8D4DCD

Text Example


Text Example

White with #8D4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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