#8157BA

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

Shades of Deep Lilac #8157BA

Tints of Deep Lilac #8157BA

Color information

#8157BA (or 0x8157BA) is unknown color: approx Deep Lilac. HEX triplet: 81, 57 and BA. RGB value is (129,87,186). Sum of RGB (Red+Green+Blue) = 129+87+186=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #8157BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8157BA is #7EA845. Grayscale: #6E6E6E. Windows color (decimal): -8300614 or 12212097. OLE color: 12212097.

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

Color convert

RGB12987186-
CMYK0.310.5300.27
HSL265.45º41.77%53.53%-
HSV(B)265.45º53.23%72.94%-
XYZ21.3215.0348.23-
YUV110.84170.41140.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.09%
GREEN value IS 87 (34.38% from 255) = 21.64%
BLUE value IS 186 (73.05% from 255) = 46.27%
R=32.09%
G=21.64%
B=46.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129871860.310.5300.27265.4541.7753.53
Hex8157BA1F3501B1092a36
Octal20112727237650334115266
Binary1000000110101111011101011111110101011011100001001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8157BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8157BA; }

 p { color: rgb(129,87,186); }

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

<style>
 a { background-color: #8157BA; }

 a { background-color: rgb(129,87,186); }

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

<style>
 span { border-color: #8157BA; }

 span { border-color: rgb(129,87,186); }

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