#8357BA

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

Shades of Deep Lilac #8357BA

Tints of Deep Lilac #8357BA

Color information

#8357BA (or 0x8357BA) is unknown color: approx Deep Lilac. HEX triplet: 83, 57 and BA. RGB value is (131,87,186). Sum of RGB (Red+Green+Blue) = 131+87+186=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #8357BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8357BA is #7CA845. Grayscale: #6F6F6F. Windows color (decimal): -8169542 or 12212099. OLE color: 12212099.

HSL color Cylindrical-coordinate representation of color #8357BA: hue angle of 266.67º 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 #8357BA is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13187186-
CMYK0.300.5300.27
HSL266.67º41.77%53.53%-
HSV(B)266.67º53.23%72.94%-
XYZ21.6315.1948.25-
YUV111.44170.08141.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.43%
GREEN value IS 87 (34.38% from 255) = 21.53%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=32.43%
G=21.53%
B=46.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131871860.300.5300.27266.6741.7753.53
Hex8357BA1E3501B10b2a36
Octal20312727236650334135266
Binary1000001110101111011101011110110101011011100001011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8357BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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