#8C56B0

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

Shades of Deep Lilac #8C56B0

Tints of Deep Lilac #8C56B0

Color information

#8C56B0 (or 0x8C56B0) is unknown color: approx Deep Lilac. HEX triplet: 8C, 56 and B0. RGB value is (140,86,176). Sum of RGB (Red+Green+Blue) = 140+86+176=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 176 - color contains mainly: blue. Hex color #8C56B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C56B0 is #73A94F. Grayscale: #707070. Windows color (decimal): -7579984 or 11556492. OLE color: 11556492.

HSL color Cylindrical-coordinate representation of color #8C56B0: hue angle of 276º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C56B0 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14086176-
CMYK0.200.5100.31
HSL276º36.29%51.37%-
HSV(B)276º51.14%69.02%-
XYZ21.9815.3742.88-
YUV112.41163.89147.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.83%
GREEN value IS 86 (33.98% from 255) = 21.39%
BLUE value IS 176 (69.14% from 255) = 43.78%
R=34.83%
G=21.39%
B=43.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal140861760.200.5100.3127636.2951.37
Hex8C56B0143301F1142433
Octal21412626024630374244463
Binary1000110010101101011000010100110011011111100010100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C56B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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