#8B4AC1

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

Shades of Deep Lilac #8B4AC1

Tints of Deep Lilac #8B4AC1

Color information

#8B4AC1 (or 0x8B4AC1) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4A and C1. RGB value is (139,74,193). Sum of RGB (Red+Green+Blue) = 139+74+193=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #8B4AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4AC1 is #74B53E. Grayscale: #6A6A6A. Windows color (decimal): -7648575 or 12667531. OLE color: 12667531.

HSL color Cylindrical-coordinate representation of color #8B4AC1: hue angle of 272.77º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B4AC1 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13974193-
CMYK0.280.6200.24
HSL272.77º48.97%52.35%-
HSV(B)272.77º61.66%75.69%-
XYZ22.7214.2452-
YUV107176.53150.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.24%
GREEN value IS 74 (29.30% from 255) = 18.23%
BLUE value IS 193 (75.78% from 255) = 47.54%
R=34.24%
G=18.23%
B=47.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139741930.280.6200.24272.7748.9752.35
Hex8B4AC11C3E0181113134
Octal21311230134760304216164
Binary1000101110010101100000111100111110011000100010001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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