Html Css Color HEX #8C4DCD Deep Lilac

📋 copy color: '#8C4DCD'

red 140 ◦ green 77 ◦ blue 205

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

Shades of Deep Lilac #8C4DCD

Tints of Deep Lilac #8C4DCD

RGB

 RED value IS 140 (55.08% from 255) = 33.18%

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

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

R = 33.18%
G = 18.25%
B = 48.58%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C4DCD (or 0x8C4DCD) is known color: Deep Lilac. HEX triplet: 8C, 4D and CD. RGB value is (140,77,205). Sum of RGB (Red+Green+Blue) = 140+77+205=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C4DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4DCD is #73B232. Grayscale: #6D6D6D. Windows color (decimal): -7582259 or 13454732. OLE color: 13454732.

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

Color convert

RGB 140 77 205 -
CMYK 0.32 0.62 0 0.20
HSL 269.53º 0.56% 0.55% -
HSV(B) 269.53º 0.62% 0.8% -
XYZ 24.49 15.29 59.42 -
YUV 110.43 181.37 149.09 -
System Red Green Blue C M Y K H S L
Decimal 140 77 205 0.32 0.62 0 0.20 269.53 0.56 0.55
Hex 8C 4D CD 20 3E 0 14 10E 38 37
Octal 214 115 315 40 76 0 24 416 70 67
Binary 10001100 1001101 11001101 100000 111110 0 10100 100001110 111000 110111

Color Harmonies of #8C4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4DCD

Black with #8C4DCD

Text Example


Text Example

White with #8C4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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