#8A56BE

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

Shades of Deep Lilac #8A56BE

Tints of Deep Lilac #8A56BE

Color information

#8A56BE (or 0x8A56BE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 56 and BE. RGB value is (138,86,190). Sum of RGB (Red+Green+Blue) = 138+86+190=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A56BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A56BE is #75A941. Grayscale: #717171. Windows color (decimal): -7711042 or 12473994. OLE color: 12473994.

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

Color convert

RGB13886190-
CMYK0.270.5500.25
HSL270º44.44%54.12%-
HSV(B)270º54.74%74.51%-
XYZ23.115.7850.54-
YUV113.4171.23145.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 86 (33.98% from 255) = 20.77%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=33.33%
G=20.77%
B=45.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138861900.270.5500.2527044.4454.12
Hex8A56BE1B3701910e2c36
Octal21212627633670314165466
Binary1000101010101101011111011011110111011001100001110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A56BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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