#8A5BAE

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

Shades of Deep Lilac #8A5BAE

Tints of Deep Lilac #8A5BAE

Color information

#8A5BAE (or 0x8A5BAE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 5B and AE. RGB value is (138,91,174). Sum of RGB (Red+Green+Blue) = 138+91+174=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A5BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5BAE is #75A451. Grayscale: #727272. Windows color (decimal): -7709778 or 11426698. OLE color: 11426698.

HSL color Cylindrical-coordinate representation of color #8A5BAE: hue angle of 273.98º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A5BAE is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13891174-
CMYK0.210.4800.32
HSL273.98º33.88%51.96%-
HSV(B)273.98º47.7%68.24%-
XYZ21.8615.9441.97-
YUV114.52161.57144.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.24%
GREEN value IS 91 (35.94% from 255) = 22.58%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=34.24%
G=22.58%
B=43.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138911740.210.4800.32273.9833.8851.96
Hex8A5BAE15300201122234
Octal21213325625600404224264
Binary10001010101101110101110101011100000100000100010010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,91,174); }

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

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

 a { background-color: rgb(138,91,174); }

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

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

 span { border-color: rgb(138,91,174); }

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