#8C47AD

Color #8C47AD Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #8C47AD

Tints of Deep Lilac #8C47AD

Color information

#8C47AD (or 0x8C47AD) is unknown color: approx Deep Lilac. HEX triplet: 8C, 47 and AD. RGB value is (140,71,173). Sum of RGB (Red+Green+Blue) = 140+71+173=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C47AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C47AD is #73B852. Grayscale: #666666. Windows color (decimal): -7583827 or 11356044. OLE color: 11356044.

HSL color Cylindrical-coordinate representation of color #8C47AD: hue angle of 280.59º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C47AD is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14071173-
CMYK0.190.5900.32
HSL280.59º41.8%47.84%-
HSV(B)280.59º58.96%67.84%-
XYZ20.6113.140.98-
YUV103.26167.36154.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.46%
GREEN value IS 71 (28.12% from 255) = 18.49%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=36.46%
G=18.49%
B=45.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140711730.190.5900.32280.5941.847.84
Hex8C47AD133B0201192a30
Octal21410725523730404315260
Binary10001100100011110101101100111110110100000100011001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C47AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,71,173); }

 H1.HeaderClassName
 {
   color: #8C47AD;
 }
 .AnyTagClassName
 {
   color: #8C47AD;
 }
</style>
background-color css

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

 a { background-color: rgb(140,71,173); }

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

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

 span { border-color: rgb(140,71,173); }

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