#8356BD

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

Shades of Deep Lilac #8356BD

Tints of Deep Lilac #8356BD

Color information

#8356BD (or 0x8356BD) is unknown color: approx Deep Lilac. HEX triplet: 83, 56 and BD. RGB value is (131,86,189). Sum of RGB (Red+Green+Blue) = 131+86+189=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #8356BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8356BD is #7CA942. Grayscale: #6E6E6E. Windows color (decimal): -8169795 or 12408451. OLE color: 12408451.

HSL color Cylindrical-coordinate representation of color #8356BD: hue angle of 266.21º degrees, saturation: 0.44, 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 #8356BD is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13186189-
CMYK0.310.5400.26
HSL266.21º43.83%53.92%-
HSV(B)266.21º54.5%74.12%-
XYZ21.8715.1549.92-
YUV111.2171.91142.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 86 (33.98% from 255) = 21.18%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=32.27%
G=21.18%
B=46.55%

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
Decimal131861890.310.5400.26266.2143.8353.92
Hex8356BD1F3601A10a2c36
Octal20312627537660324125466
Binary1000001110101101011110111111110110011010100001010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8356BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8356BD; }

 p { color: rgb(131,86,189); }

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

<style>
 a { background-color: #8356BD; }

 a { background-color: rgb(131,86,189); }

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

<style>
 span { border-color: #8356BD; }

 span { border-color: rgb(131,86,189); }

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