#8B56B0

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

Shades of Deep Lilac #8B56B0

Tints of Deep Lilac #8B56B0

Color information

#8B56B0 (or 0x8B56B0) is unknown color: approx Deep Lilac. HEX triplet: 8B, 56 and B0. RGB value is (139,86,176). Sum of RGB (Red+Green+Blue) = 139+86+176=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 176 - color contains mainly: blue. Hex color #8B56B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B56B0 is #74A94F. Grayscale: #6F6F6F. Windows color (decimal): -7645520 or 11556491. OLE color: 11556491.

HSL color Cylindrical-coordinate representation of color #8B56B0: hue angle of 275.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B56B0 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13986176-
CMYK0.210.5100.31
HSL275.33º36.29%51.37%-
HSV(B)275.33º51.14%69.02%-
XYZ21.8115.2842.87-
YUV112.11164.06147.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.66%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 176 (69.14% from 255) = 43.89%
R=34.66%
G=21.45%
B=43.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139861760.210.5100.31275.3336.2951.37
Hex8B56B0153301F1132433
Octal21312626025630374234463
Binary1000101110101101011000010101110011011111100010011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B56B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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