Html Css Color HEX #8C4EC0 Deep Lilac

📋 copy color: '#8C4EC0'

red 140 ◦ green 78 ◦ blue 192

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

Shades of Deep Lilac #8C4EC0

Tints of Deep Lilac #8C4EC0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.02%

 BLUE value IS 192 (75.39% from 255) = 46.83%

R = 34.15%
G = 19.02%
B = 46.83%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C4EC0 (or 0x8C4EC0) is known color: Deep Lilac. HEX triplet: 8C, 4E and C0. RGB value is (140,78,192). Sum of RGB (Red+Green+Blue) = 140+78+192=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #8C4EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4EC0 is #73B13F. Grayscale: #6D6D6D. Windows color (decimal): -7582016 or 12603020. OLE color: 12603020.

HSL color Cylindrical-coordinate representation of color #8C4EC0: hue angle of 272.63º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C4EC0 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 78 192 -
CMYK 0.27 0.59 0 0.25
HSL 272.63º 0.48% 0.53% -
HSV(B) 272.63º 0.59% 0.75% -
XYZ 23.05 14.83 51.52 -
YUV 109.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 140 78 192 0.27 0.59 0 0.25 272.63 0.48 0.53
Hex 8C 4E C0 1B 3B 0 19 111 30 35
Octal 214 116 300 33 73 0 31 421 60 65
Binary 10001100 1001110 11000000 11011 111011 0 11001 100010001 110000 110101

Color Harmonies of #8C4EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4EC0

Black with #8C4EC0

Text Example


Text Example

White with #8C4EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,78,192); }

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

background-color css

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

 a { background-color: rgb(140,78,192); }

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

border-color css

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

 span { border-color: rgb(140,78,192); }

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