#8C49C0

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

Shades of Deep Lilac #8C49C0

Tints of Deep Lilac #8C49C0

Color information

#8C49C0 (or 0x8C49C0) is unknown color: approx Deep Lilac. HEX triplet: 8C, 49 and C0. RGB value is (140,73,192). Sum of RGB (Red+Green+Blue) = 140+73+192=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #8C49C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C49C0 is #73B63F. Grayscale: #6A6A6A. Windows color (decimal): -7583296 or 12601740. OLE color: 12601740.

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

Color convert

RGB14073192-
CMYK0.270.6200.25
HSL273.78º48.57%51.96%-
HSV(B)273.78º61.98%75.29%-
XYZ22.7114.1551.4-
YUV106.6176.2151.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.57%
GREEN value IS 73 (28.91% from 255) = 18.02%
BLUE value IS 192 (75.39% from 255) = 47.41%
R=34.57%
G=18.02%
B=47.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140731920.270.6200.25273.7848.5751.96
Hex8C49C01B3E0191123134
Octal21411130033760314226164
Binary1000110010010011100000011011111110011001100010010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C49C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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