#8357BE

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

Shades of Deep Lilac #8357BE

Tints of Deep Lilac #8357BE

Color information

#8357BE (or 0x8357BE) is unknown color: approx Deep Lilac. HEX triplet: 83, 57 and BE. RGB value is (131,87,190). Sum of RGB (Red+Green+Blue) = 131+87+190=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #8357BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8357BE is #7CA841. Grayscale: #6F6F6F. Windows color (decimal): -8169538 or 12474243. OLE color: 12474243.

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

Color convert

RGB13187190-
CMYK0.310.5400.25
HSL265.63º44.21%54.31%-
HSV(B)265.63º54.21%74.51%-
XYZ22.0615.3650.52-
YUV111.9172.08141.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 87 (34.38% from 255) = 21.32%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=32.11%
G=21.32%
B=46.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131871900.310.5400.25265.6344.2154.31
Hex8357BE1F3601910a2c36
Octal20312727637660314125466
Binary1000001110101111011111011111110110011001100001010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8357BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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