#8B4AAD

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

Shades of Deep Lilac #8B4AAD

Tints of Deep Lilac #8B4AAD

Color information

#8B4AAD (or 0x8B4AAD) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4A and AD. RGB value is (139,74,173). Sum of RGB (Red+Green+Blue) = 139+74+173=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B4AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4AAD is #74B552. Grayscale: #686868. Windows color (decimal): -7648595 or 11356811. OLE color: 11356811.

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

Color convert

RGB13974173-
CMYK0.200.5700.32
HSL279.39º40.08%48.43%-
HSV(B)279.39º57.23%67.84%-
XYZ20.6413.441.03-
YUV104.72166.53152.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.01%
GREEN value IS 74 (29.30% from 255) = 19.17%
BLUE value IS 173 (67.97% from 255) = 44.82%
R=36.01%
G=19.17%
B=44.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139741730.200.5700.32279.3940.0848.43
Hex8B4AAD14390201172830
Octal21311225524710404275060
Binary10001011100101010101101101001110010100000100010111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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