#8B4DC1

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

Shades of Deep Lilac #8B4DC1

Tints of Deep Lilac #8B4DC1

Color information

#8B4DC1 (or 0x8B4DC1) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4D and C1. RGB value is (139,77,193). Sum of RGB (Red+Green+Blue) = 139+77+193=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #8B4DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4DC1 is #74B23E. Grayscale: #6C6C6C. Windows color (decimal): -7647807 or 12668299. OLE color: 12668299.

HSL color Cylindrical-coordinate representation of color #8B4DC1: hue angle of 272.07º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B4DC1 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13977193-
CMYK0.280.6000.24
HSL272.07º48.33%52.94%-
HSV(B)272.07º60.1%75.69%-
XYZ22.9314.6552.07-
YUV108.76175.54149.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.99%
GREEN value IS 77 (30.47% from 255) = 18.83%
BLUE value IS 193 (75.78% from 255) = 47.19%
R=33.99%
G=18.83%
B=47.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139771930.280.6000.24272.0748.3352.94
Hex8B4DC11C3C0181103035
Octal21311530134740304206065
Binary1000101110011011100000111100111100011000100010000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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