#8A59BA

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

Shades of Deep Lilac #8A59BA

Tints of Deep Lilac #8A59BA

Color information

#8A59BA (or 0x8A59BA) is unknown color: approx Deep Lilac. HEX triplet: 8A, 59 and BA. RGB value is (138,89,186). Sum of RGB (Red+Green+Blue) = 138+89+186=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A59BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A59BA is #75A645. Grayscale: #727272. Windows color (decimal): -7710278 or 12212618. OLE color: 12212618.

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

Color convert

RGB13889186-
CMYK0.260.5200.27
HSL270.31º41.28%53.92%-
HSV(B)270.31º52.15%72.94%-
XYZ22.9216.0948.35-
YUV114.71168.23144.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.41%
GREEN value IS 89 (35.16% from 255) = 21.55%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=33.41%
G=21.55%
B=45.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138891860.260.5200.27270.3141.2853.92
Hex8A59BA1A3401B10e2936
Octal21213127232640334165166
Binary1000101010110011011101011010110100011011100001110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A59BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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