#8B4EBE

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

Shades of Deep Lilac #8B4EBE

Tints of Deep Lilac #8B4EBE

Color information

#8B4EBE (or 0x8B4EBE) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4E and BE. RGB value is (139,78,190). Sum of RGB (Red+Green+Blue) = 139+78+190=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B4EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4EBE is #74B141. Grayscale: #6C6C6C. Windows color (decimal): -7647554 or 12471947. OLE color: 12471947.

HSL color Cylindrical-coordinate representation of color #8B4EBE: hue angle of 272.68º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B4EBE is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13978190-
CMYK0.270.5900.25
HSL272.68º46.28%52.55%-
HSV(B)272.68º58.95%74.51%-
XYZ22.6714.6650.35-
YUV109.01173.71149.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.15%
GREEN value IS 78 (30.86% from 255) = 19.16%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=34.15%
G=19.16%
B=46.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139781900.270.5900.25272.6846.2852.55
Hex8B4EBE1B3B0191112e35
Octal21311627633730314215665
Binary1000101110011101011111011011111011011001100010001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,78,190); }

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

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

 a { background-color: rgb(139,78,190); }

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

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

 span { border-color: rgb(139,78,190); }

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