#8156BC

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

Shades of Deep Lilac #8156BC

Tints of Deep Lilac #8156BC

Color information

#8156BC (or 0x8156BC) is unknown color: approx Deep Lilac. HEX triplet: 81, 56 and BC. RGB value is (129,86,188). Sum of RGB (Red+Green+Blue) = 129+86+188=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #8156BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8156BC is #7EA943. Grayscale: #6E6E6E. Windows color (decimal): -8300868 or 12342913. OLE color: 12342913.

HSL color Cylindrical-coordinate representation of color #8156BC: hue angle of 265.29º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8156BC is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12986188-
CMYK0.310.5400.26
HSL265.29º43.22%53.73%-
HSV(B)265.29º54.26%73.73%-
XYZ21.4614.9549.33-
YUV110.48171.75141.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.01%
GREEN value IS 86 (33.98% from 255) = 21.34%
BLUE value IS 188 (73.83% from 255) = 46.65%
R=32.01%
G=21.34%
B=46.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129861880.310.5400.26265.2943.2253.73
Hex8156BC1F3601A1092b36
Octal20112627437660324115366
Binary1000000110101101011110011111110110011010100001001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8156BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8156BC; }

 p { color: rgb(129,86,188); }

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

<style>
 a { background-color: #8156BC; }

 a { background-color: rgb(129,86,188); }

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

<style>
 span { border-color: #8156BC; }

 span { border-color: rgb(129,86,188); }

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