#8C4FC6

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

Shades of Deep Lilac #8C4FC6

Tints of Deep Lilac #8C4FC6

Color information

#8C4FC6 (or 0x8C4FC6) is unknown color: approx Deep Lilac. HEX triplet: 8C, 4F and C6. RGB value is (140,79,198). Sum of RGB (Red+Green+Blue) = 140+79+198=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #8C4FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4FC6 is #73B039. Grayscale: #6E6E6E. Windows color (decimal): -7581754 or 12996492. OLE color: 12996492.

HSL color Cylindrical-coordinate representation of color #8C4FC6: hue angle of 270.76º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C4FC6 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14079198-
CMYK0.290.6000.22
HSL270.76º51.07%54.31%-
HSV(B)270.76º60.1%77.65%-
XYZ23.815.2455.11-
YUV110.8177.21148.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.57%
GREEN value IS 79 (31.25% from 255) = 18.94%
BLUE value IS 198 (77.73% from 255) = 47.48%
R=33.57%
G=18.94%
B=47.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal140791980.290.6000.22270.7651.0754.31
Hex8C4FC61D3C01610f3336
Octal21411730635740264176366
Binary1000110010011111100011011101111100010110100001111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,79,198); }

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

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

 a { background-color: rgb(140,79,198); }

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

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

 span { border-color: rgb(140,79,198); }

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