#8B4AAA

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

Shades of Deep Lilac #8B4AAA

Tints of Deep Lilac #8B4AAA

Color information

#8B4AAA (or 0x8B4AAA) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4A and AA. RGB value is (139,74,170). Sum of RGB (Red+Green+Blue) = 139+74+170=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B4AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4AAA is #74B555. Grayscale: #686868. Windows color (decimal): -7648598 or 11160203. OLE color: 11160203.

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

Color convert

RGB13974170-
CMYK0.180.5600.33
HSL280.62º39.34%47.84%-
HSV(B)280.62º56.47%66.67%-
XYZ20.3513.2939.52-
YUV104.38165.03152.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.29%
GREEN value IS 74 (29.30% from 255) = 19.32%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=36.29%
G=19.32%
B=44.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139741700.180.5600.33280.6239.3447.84
Hex8B4AAA12380211192730
Octal21311225222700414314760
Binary10001011100101010101010100101110000100001100011001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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