#8C4FBC

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

Shades of Deep Lilac #8C4FBC

Tints of Deep Lilac #8C4FBC

Color information

#8C4FBC (or 0x8C4FBC) is unknown color: approx Deep Lilac. HEX triplet: 8C, 4F and BC. RGB value is (140,79,188). Sum of RGB (Red+Green+Blue) = 140+79+188=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C4FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4FBC is #73B043. Grayscale: #6D6D6D. Windows color (decimal): -7581764 or 12341132. OLE color: 12341132.

HSL color Cylindrical-coordinate representation of color #8C4FBC: hue angle of 273.58º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C4FBC is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14079188-
CMYK0.260.5800.26
HSL273.58º44.86%52.35%-
HSV(B)273.58º57.98%73.73%-
XYZ22.6914.849.24-
YUV109.66172.21149.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.40%
GREEN value IS 79 (31.25% from 255) = 19.41%
BLUE value IS 188 (73.83% from 255) = 46.19%
R=34.40%
G=19.41%
B=46.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140791880.260.5800.26273.5844.8652.35
Hex8C4FBC1A3A01A1122d34
Octal21411727432720324225564
Binary1000110010011111011110011010111010011010100010010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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