#8A54BA

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

Shades of Deep Lilac #8A54BA

Tints of Deep Lilac #8A54BA

Color information

#8A54BA (or 0x8A54BA) is unknown color: approx Deep Lilac. HEX triplet: 8A, 54 and BA. RGB value is (138,84,186). Sum of RGB (Red+Green+Blue) = 138+84+186=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A54BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A54BA is #75AB45. Grayscale: #6F6F6F. Windows color (decimal): -7711558 or 12211338. OLE color: 12211338.

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

Color convert

RGB13884186-
CMYK0.260.5500.27
HSL271.76º42.5%52.94%-
HSV(B)271.76º54.84%72.94%-
XYZ22.5115.2948.22-
YUV111.77169.89146.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.82%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=33.82%
G=20.59%
B=45.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138841860.260.5500.27271.7642.552.94
Hex8A54BA1A3701B1102a35
Octal21212427232670334205265
Binary1000101010101001011101011010110111011011100010000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A54BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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