#8B4DA3

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

Shades of Deep Lilac #8B4DA3

Tints of Deep Lilac #8B4DA3

Color information

#8B4DA3 (or 0x8B4DA3) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4D and A3. RGB value is (139,77,163). Sum of RGB (Red+Green+Blue) = 139+77+163=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 163 - color contains mainly: blue. Hex color #8B4DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4DA3 is #74B25C. Grayscale: #696969. Windows color (decimal): -7647837 or 10702219. OLE color: 10702219.

HSL color Cylindrical-coordinate representation of color #8B4DA3: hue angle of 283.26º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4DA3 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13977163-
CMYK0.150.5300.36
HSL283.26º35.83%47.06%-
HSV(B)283.26º52.76%63.92%-
XYZ19.9113.4436.2-
YUV105.34160.54152.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.68%
GREEN value IS 77 (30.47% from 255) = 20.32%
BLUE value IS 163 (64.06% from 255) = 43.01%
R=36.68%
G=20.32%
B=43.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139771630.150.5300.36283.2635.8347.06
Hex8B4DA3F3502411b242f
Octal21311524317650444334457
Binary1000101110011011010001111111101010100100100011011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,77,163); }

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

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

 a { background-color: rgb(139,77,163); }

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

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

 span { border-color: rgb(139,77,163); }

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