#8B45AD

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

Shades of Deep Lilac #8B45AD

Tints of Deep Lilac #8B45AD

Color information

#8B45AD (or 0x8B45AD) is unknown color: approx Deep Lilac. HEX triplet: 8B, 45 and AD. RGB value is (139,69,173). Sum of RGB (Red+Green+Blue) = 139+69+173=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B45AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B45AD is #74BA52. Grayscale: #656565. Windows color (decimal): -7649875 or 11355531. OLE color: 11355531.

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

Color convert

RGB13969173-
CMYK0.200.6000.32
HSL280.38º42.98%47.45%-
HSV(B)280.38º60.12%67.84%-
XYZ20.3212.7640.93-
YUV101.79168.19154.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.48%
GREEN value IS 69 (27.34% from 255) = 18.11%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=36.48%
G=18.11%
B=45.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139691730.200.6000.32280.3842.9847.45
Hex8B45AD143C0201182b2f
Octal21310525524740404305357
Binary10001011100010110101101101001111000100000100011000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B45AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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