#8B56BE

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

Shades of Deep Lilac #8B56BE

Tints of Deep Lilac #8B56BE

Color information

#8B56BE (or 0x8B56BE) is unknown color: approx Deep Lilac. HEX triplet: 8B, 56 and BE. RGB value is (139,86,190). Sum of RGB (Red+Green+Blue) = 139+86+190=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B56BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B56BE is #74A941. Grayscale: #717171. Windows color (decimal): -7645506 or 12473995. OLE color: 12473995.

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

Color convert

RGB13986190-
CMYK0.270.5500.25
HSL270.58º44.44%54.12%-
HSV(B)270.58º54.74%74.51%-
XYZ23.2715.8650.55-
YUV113.7171.06146.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.49%
GREEN value IS 86 (33.98% from 255) = 20.72%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=33.49%
G=20.72%
B=45.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139861900.270.5500.25270.5844.4454.12
Hex8B56BE1B3701910f2c36
Octal21312627633670314175466
Binary1000101110101101011111011011110111011001100001111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B56BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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