#8562BA

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

Shades of Lilac Bush #8562BA

Tints of Lilac Bush #8562BA

Color information

#8562BA (or 0x8562BA) is unknown color: approx Lilac Bush. HEX triplet: 85, 62 and BA. RGB value is (133,98,186). Sum of RGB (Red+Green+Blue) = 133+98+186=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #8562BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8562BA is #7A9D45. Grayscale: #767676. Windows color (decimal): -8035654 or 12214917. OLE color: 12214917.

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

Color convert

RGB13398186-
CMYK0.280.4700.27
HSL263.86º38.94%55.69%-
HSV(B)263.86º47.31%72.94%-
XYZ22.917.2748.58-
YUV118.5166.1138.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.89%
GREEN value IS 98 (38.67% from 255) = 23.50%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=31.89%
G=23.50%
B=44.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133981860.280.4700.27263.8638.9455.69
Hex8562BA1C2F01B1082738
Octal20514227234570334104770
Binary1000010111000101011101011100101111011011100001000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8562BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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