#8C49A4

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

Shades of Deep Lilac #8C49A4

Tints of Deep Lilac #8C49A4

Color information

#8C49A4 (or 0x8C49A4) is unknown color: approx Deep Lilac. HEX triplet: 8C, 49 and A4. RGB value is (140,73,164). Sum of RGB (Red+Green+Blue) = 140+73+164=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 164 - color contains mainly: blue. Hex color #8C49A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C49A4 is #73B65B. Grayscale: #676767. Windows color (decimal): -7583324 or 10766732. OLE color: 10766732.

HSL color Cylindrical-coordinate representation of color #8C49A4: hue angle of 284.18º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C49A4 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14073164-
CMYK0.150.5500.36
HSL284.18º38.4%46.47%-
HSV(B)284.18º55.49%64.31%-
XYZ19.913.0236.59-
YUV103.41162.2154.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.14%
GREEN value IS 73 (28.91% from 255) = 19.36%
BLUE value IS 164 (64.45% from 255) = 43.50%
R=37.14%
G=19.36%
B=43.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140731640.150.5500.36284.1838.446.47
Hex8C49A4F3702411c262e
Octal21411124417670444344656
Binary1000110010010011010010011111101110100100100011100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C49A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,73,164); }

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

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

 a { background-color: rgb(140,73,164); }

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

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

 span { border-color: rgb(140,73,164); }

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