#8C4FC5

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

Shades of Deep Lilac #8C4FC5

Tints of Deep Lilac #8C4FC5

Color information

#8C4FC5 (or 0x8C4FC5) is unknown color: approx Deep Lilac. HEX triplet: 8C, 4F and C5. RGB value is (140,79,197). Sum of RGB (Red+Green+Blue) = 140+79+197=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 197 - color contains mainly: blue. Hex color #8C4FC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4FC5 is #73B03A. Grayscale: #6E6E6E. Windows color (decimal): -7581755 or 12930956. OLE color: 12930956.

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

Color convert

RGB14079197-
CMYK0.290.6000.23
HSL271.02º50.43%54.12%-
HSV(B)271.02º59.9%77.25%-
XYZ23.6915.254.51-
YUV110.69176.71148.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.65%
GREEN value IS 79 (31.25% from 255) = 18.99%
BLUE value IS 197 (77.34% from 255) = 47.36%
R=33.65%
G=18.99%
B=47.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal140791970.290.6000.23271.0250.4354.12
Hex8C4FC51D3C01710f3236
Octal21411730535740274176266
Binary1000110010011111100010111101111100010111100001111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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