Html Css Color HEX #8D4DCA Deep Lilac

📋 copy color: '#8D4DCA'

red 141 ◦ green 77 ◦ blue 202

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

Shades of Deep Lilac #8D4DCA

Tints of Deep Lilac #8D4DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.1%

R = 33.57%
G = 18.33%
B = 48.1%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8D4DCA (or 0x8D4DCA) is known color: Deep Lilac. HEX triplet: 8D, 4D and CA. RGB value is (141,77,202). Sum of RGB (Red+Green+Blue) = 141+77+202=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D4DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4DCA is #72B235. Grayscale: #6D6D6D. Windows color (decimal): -7516726 or 13258125. OLE color: 13258125.

HSL color Cylindrical-coordinate representation of color #8D4DCA: hue angle of 270.72º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D4DCA is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 77 202 -
CMYK 0.30 0.62 0 0.21
HSL 270.72º 0.54% 0.55% -
HSV(B) 270.72º 0.62% 0.79% -
XYZ 24.3 15.23 57.54 -
YUV 110.39 179.7 149.84 -
System Red Green Blue C M Y K H S L
Decimal 141 77 202 0.30 0.62 0 0.21 270.72 0.54 0.55
Hex 8D 4D CA 1E 3E 0 15 10F 36 37
Octal 215 115 312 36 76 0 25 417 66 67
Binary 10001101 1001101 11001010 11110 111110 0 10101 100001111 110110 110111

Color Harmonies of #8D4DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4DCA

Black with #8D4DCA

Text Example


Text Example

White with #8D4DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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