#8C56BD

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

Shades of Deep Lilac #8C56BD

Tints of Deep Lilac #8C56BD

Color information

#8C56BD (or 0x8C56BD) is unknown color: approx Deep Lilac. HEX triplet: 8C, 56 and BD. RGB value is (140,86,189). Sum of RGB (Red+Green+Blue) = 140+86+189=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C56BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C56BD is #73A942. Grayscale: #717171. Windows color (decimal): -7579971 or 12408460. OLE color: 12408460.

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

Color convert

RGB14086189-
CMYK0.260.5400.26
HSL271.46º43.83%53.92%-
HSV(B)271.46º54.5%74.12%-
XYZ23.3315.9149.98-
YUV113.89170.39146.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.73%
GREEN value IS 86 (33.98% from 255) = 20.72%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=33.73%
G=20.72%
B=45.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140861890.260.5400.26271.4643.8353.92
Hex8C56BD1A3601A10f2c36
Octal21412627532660324175466
Binary1000110010101101011110111010110110011010100001111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C56BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,86,189); }

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

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

 a { background-color: rgb(140,86,189); }

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

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

 span { border-color: rgb(140,86,189); }

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