#8A56B0

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

Shades of Deep Lilac #8A56B0

Tints of Deep Lilac #8A56B0

Color information

#8A56B0 (or 0x8A56B0) is unknown color: approx Deep Lilac. HEX triplet: 8A, 56 and B0. RGB value is (138,86,176). Sum of RGB (Red+Green+Blue) = 138+86+176=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 176 - color contains mainly: blue. Hex color #8A56B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A56B0 is #75A94F. Grayscale: #6F6F6F. Windows color (decimal): -7711056 or 11556490. OLE color: 11556490.

HSL color Cylindrical-coordinate representation of color #8A56B0: hue angle of 274.67º 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 #8A56B0 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13886176-
CMYK0.220.5100.31
HSL274.67º36.29%51.37%-
HSV(B)274.67º51.14%69.02%-
XYZ21.6515.1942.87-
YUV111.81164.23146.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.5%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 176 (69.14% from 255) = 44%
R=34.5%
G=21.5%
B=44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138861760.220.5100.31274.6736.2951.37
Hex8A56B0163301F1132433
Octal21212626026630374234463
Binary1000101010101101011000010110110011011111100010011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A56B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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