#8B45AC

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

Shades of Deep Lilac #8B45AC

Tints of Deep Lilac #8B45AC

Color information

#8B45AC (or 0x8B45AC) is unknown color: approx Deep Lilac. HEX triplet: 8B, 45 and AC. RGB value is (139,69,172). Sum of RGB (Red+Green+Blue) = 139+69+172=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B45AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B45AC is #74BA53. Grayscale: #656565. Windows color (decimal): -7649876 or 11289995. OLE color: 11289995.

HSL color Cylindrical-coordinate representation of color #8B45AC: hue angle of 280.78º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B45AC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13969172-
CMYK0.190.6000.33
HSL280.78º42.74%47.25%-
HSV(B)280.78º59.88%67.45%-
XYZ20.2212.7240.42-
YUV101.67167.69154.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.58%
GREEN value IS 69 (27.34% from 255) = 18.16%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=36.58%
G=18.16%
B=45.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139691720.190.6000.33280.7842.7447.25
Hex8B45AC133C0211192b2f
Octal21310525423740414315357
Binary10001011100010110101100100111111000100001100011001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B45AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,69,172); }

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

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

 a { background-color: rgb(139,69,172); }

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

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

 span { border-color: rgb(139,69,172); }

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