#8B56B9

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

Shades of Deep Lilac #8B56B9

Tints of Deep Lilac #8B56B9

Color information

#8B56B9 (or 0x8B56B9) is unknown color: approx Deep Lilac. HEX triplet: 8B, 56 and B9. RGB value is (139,86,185). Sum of RGB (Red+Green+Blue) = 139+86+185=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #8B56B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B56B9 is #74A946. Grayscale: #707070. Windows color (decimal): -7645511 or 12146315. OLE color: 12146315.

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

Color convert

RGB13986185-
CMYK0.250.5400.27
HSL272.12º41.42%53.14%-
HSV(B)272.12º53.51%72.55%-
XYZ22.7315.6547.72-
YUV113.13168.56146.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.90%
GREEN value IS 86 (33.98% from 255) = 20.98%
BLUE value IS 185 (72.66% from 255) = 45.12%
R=33.90%
G=20.98%
B=45.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139861850.250.5400.27272.1241.4253.14
Hex8B56B9193601B1102935
Octal21312627131660334205165
Binary1000101110101101011100111001110110011011100010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B56B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,86,185); }

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

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

 a { background-color: rgb(139,86,185); }

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

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

 span { border-color: rgb(139,86,185); }

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