#8A56BA

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

Shades of Deep Lilac #8A56BA

Tints of Deep Lilac #8A56BA

Color information

#8A56BA (or 0x8A56BA) is unknown color: approx Deep Lilac. HEX triplet: 8A, 56 and BA. RGB value is (138,86,186). Sum of RGB (Red+Green+Blue) = 138+86+186=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A56BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A56BA is #75A945. Grayscale: #707070. Windows color (decimal): -7711046 or 12211850. OLE color: 12211850.

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

Color convert

RGB13886186-
CMYK0.260.5400.27
HSL271.2º42.02%53.33%-
HSV(B)271.2º53.76%72.94%-
XYZ22.6715.648.27-
YUV112.95169.23145.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.66%
GREEN value IS 86 (33.98% from 255) = 20.98%
BLUE value IS 186 (73.05% from 255) = 45.37%
R=33.66%
G=20.98%
B=45.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138861860.260.5400.27271.242.0253.33
Hex8A56BA1A3601B10f2a35
Octal21212627232660334175265
Binary1000101010101101011101011010110110011011100001111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A56BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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