#8B45AA

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

Shades of Deep Lilac #8B45AA

Tints of Deep Lilac #8B45AA

Color information

#8B45AA (or 0x8B45AA) is unknown color: approx Deep Lilac. HEX triplet: 8B, 45 and AA. RGB value is (139,69,170). Sum of RGB (Red+Green+Blue) = 139+69+170=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B45AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B45AA is #74BA55. Grayscale: #656565. Windows color (decimal): -7649878 or 11158923. OLE color: 11158923.

HSL color Cylindrical-coordinate representation of color #8B45AA: hue angle of 281.58º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B45AA is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13969170-
CMYK0.180.5900.33
HSL281.58º42.26%46.86%-
HSV(B)281.58º59.41%66.67%-
XYZ20.0312.6539.42-
YUV101.44166.69154.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.77%
GREEN value IS 69 (27.34% from 255) = 18.25%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=36.77%
G=18.25%
B=44.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139691700.180.5900.33281.5842.2646.86
Hex8B45AA123B02111a2a2f
Octal21310525222730414325257
Binary10001011100010110101010100101110110100001100011010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B45AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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