#8B4EC8

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

Shades of Deep Lilac #8B4EC8

Tints of Deep Lilac #8B4EC8

Color information

#8B4EC8 (or 0x8B4EC8) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4E and C8. RGB value is (139,78,200). Sum of RGB (Red+Green+Blue) = 139+78+200=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 200 (78.52% from 255 or 47.96% from 417); Max value from RGB is 200 - color contains mainly: blue. Hex color #8B4EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4EC8 is #74B137. Grayscale: #6D6D6D. Windows color (decimal): -7647544 or 13127307. OLE color: 13127307.

HSL color Cylindrical-coordinate representation of color #8B4EC8: hue angle of 270º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B4EC8 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13978200-
CMYK0.300.6100.22
HSL270º52.59%54.51%-
HSV(B)270º61%78.43%-
XYZ23.815.1156.31-
YUV110.15178.71148.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.33%
GREEN value IS 78 (30.86% from 255) = 18.71%
BLUE value IS 200 (78.52% from 255) = 47.96%
R=33.33%
G=18.71%
B=47.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal139782000.300.6100.2227052.5954.51
Hex8B4EC81E3D01610e3537
Octal21311631036750264166567
Binary1000101110011101100100011110111101010110100001110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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