Html Css Color HEX #8D4ACD Deep Lilac

📋 copy color: '#8D4ACD'

red 141 ◦ green 74 ◦ blue 205

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

Shades of Deep Lilac #8D4ACD

Tints of Deep Lilac #8D4ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.62%

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

R = 33.57%
G = 17.62%
B = 48.81%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D4ACD (or 0x8D4ACD) is known color: Deep Lilac. HEX triplet: 8D, 4A and CD. RGB value is (141,74,205). Sum of RGB (Red+Green+Blue) = 141+74+205=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D4ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4ACD is #72B532. Grayscale: #6C6C6C. Windows color (decimal): -7517491 or 13453965. OLE color: 13453965.

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

Color convert

RGB 141 74 205 -
CMYK 0.31 0.64 0 0.20
HSL 270.69º 0.57% 0.55% -
HSV(B) 270.69º 0.64% 0.8% -
XYZ 24.45 14.97 59.36 -
YUV 108.97 182.2 150.85 -
System Red Green Blue C M Y K H S L
Decimal 141 74 205 0.31 0.64 0 0.20 270.69 0.57 0.55
Hex 8D 4A CD 1F 40 0 14 10F 39 37
Octal 215 112 315 37 100 0 24 417 71 67
Binary 10001101 1001010 11001101 11111 1000000 0 10100 100001111 111001 110111

Color Harmonies of #8D4ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4ACD

Black with #8D4ACD

Text Example


Text Example

White with #8D4ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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