#8359BC

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

Shades of Lilac Bush #8359BC

Tints of Lilac Bush #8359BC

Color information

#8359BC (or 0x8359BC) is unknown color: approx Lilac Bush. HEX triplet: 83, 59 and BC. RGB value is (131,89,188). Sum of RGB (Red+Green+Blue) = 131+89+188=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #8359BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8359BC is #7CA643. Grayscale: #707070. Windows color (decimal): -8169028 or 12343683. OLE color: 12343683.

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

Color convert

RGB13189188-
CMYK0.300.5300.26
HSL265.45º42.49%54.31%-
HSV(B)265.45º52.66%73.73%-
XYZ22.0115.649.43-
YUV112.84170.41140.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 89 (35.16% from 255) = 21.81%
BLUE value IS 188 (73.83% from 255) = 46.08%
R=32.11%
G=21.81%
B=46.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131891880.300.5300.26265.4542.4954.31
Hex8359BC1E3501A1092a36
Octal20313127436650324115266
Binary1000001110110011011110011110110101011010100001001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8359BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,89,188); }

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

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

 a { background-color: rgb(131,89,188); }

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

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

 span { border-color: rgb(131,89,188); }

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