#8B4EBF

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

Shades of Deep Lilac #8B4EBF

Tints of Deep Lilac #8B4EBF

Color information

#8B4EBF (or 0x8B4EBF) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4E and BF. RGB value is (139,78,191). Sum of RGB (Red+Green+Blue) = 139+78+191=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B4EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4EBF is #74B140. Grayscale: #6C6C6C. Windows color (decimal): -7647553 or 12537483. OLE color: 12537483.

HSL color Cylindrical-coordinate representation of color #8B4EBF: hue angle of 272.39º degrees, saturation: 0.47, 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 #8B4EBF is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13978191-
CMYK0.270.5900.25
HSL272.39º46.89%52.75%-
HSV(B)272.39º59.16%74.9%-
XYZ22.7814.750.93-
YUV109.12174.21149.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.07%
GREEN value IS 78 (30.86% from 255) = 19.12%
BLUE value IS 191 (75% from 255) = 46.81%
R=34.07%
G=19.12%
B=46.81%

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
Decimal139781910.270.5900.25272.3946.8952.75
Hex8B4EBF1B3B0191102f35
Octal21311627733730314205765
Binary1000101110011101011111111011111011011001100010000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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