Html Css Color HEX #8C4CAE Deep Lilac

📋 copy color: '#8C4CAE'

red 140 ◦ green 76 ◦ blue 174

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

Shades of Deep Lilac #8C4CAE

Tints of Deep Lilac #8C4CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.49%

 BLUE value IS 174 (68.36% from 255) = 44.62%

R = 35.9%
G = 19.49%
B = 44.62%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C4CAE (or 0x8C4CAE) is known color: Deep Lilac. HEX triplet: 8C, 4C and AE. RGB value is (140,76,174). Sum of RGB (Red+Green+Blue) = 140+76+174=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C4CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4CAE is #73B351. Grayscale: #696969. Windows color (decimal): -7582546 or 11422860. OLE color: 11422860.

HSL color Cylindrical-coordinate representation of color #8C4CAE: hue angle of 279.18º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C4CAE is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 76 174 -
CMYK 0.20 0.56 0 0.32
HSL 279.18º 0.39% 0.49% -
HSV(B) 279.18º 0.56% 0.68% -
XYZ 21.04 13.8 41.6 -
YUV 106.31 166.2 152.03 -
System Red Green Blue C M Y K H S L
Decimal 140 76 174 0.20 0.56 0 0.32 279.18 0.39 0.49
Hex 8C 4C AE 14 38 0 20 117 27 31
Octal 214 114 256 24 70 0 40 427 47 61
Binary 10001100 1001100 10101110 10100 111000 0 100000 100010111 100111 110001

Color Harmonies of #8C4CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4CAE

Black with #8C4CAE

Text Example


Text Example

White with #8C4CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,76,174); }

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

background-color css

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

 a { background-color: rgb(140,76,174); }

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

border-color css

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

 span { border-color: rgb(140,76,174); }

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