#8561BA

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

Shades of Lilac Bush #8561BA

Tints of Lilac Bush #8561BA

Color information

#8561BA (or 0x8561BA) is unknown color: approx Lilac Bush. HEX triplet: 85, 61 and BA. RGB value is (133,97,186). Sum of RGB (Red+Green+Blue) = 133+97+186=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #8561BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8561BA is #7A9E45. Grayscale: #757575. Windows color (decimal): -8035910 or 12214661. OLE color: 12214661.

HSL color Cylindrical-coordinate representation of color #8561BA: hue angle of 264.27º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8561BA is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13397186-
CMYK0.280.4800.27
HSL264.27º39.21%55.49%-
HSV(B)264.27º47.85%72.94%-
XYZ22.8117.0848.55-
YUV117.91166.43138.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.97%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=31.97%
G=23.32%
B=44.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133971860.280.4800.27264.2739.2155.49
Hex8561BA1C3001B1082737
Octal20514127234600334104767
Binary1000010111000011011101011100110000011011100001000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8561BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,97,186); }

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

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

 a { background-color: rgb(133,97,186); }

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

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

 span { border-color: rgb(133,97,186); }

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