#8562B6

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

Shades of Lilac Bush #8562B6

Tints of Lilac Bush #8562B6

Color information

#8562B6 (or 0x8562B6) is unknown color: approx Lilac Bush. HEX triplet: 85, 62 and B6. RGB value is (133,98,182). Sum of RGB (Red+Green+Blue) = 133+98+182=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 182 - color contains mainly: blue. Hex color #8562B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8562B6 is #7A9D49. Grayscale: #757575. Windows color (decimal): -8035658 or 11952773. OLE color: 11952773.

HSL color Cylindrical-coordinate representation of color #8562B6: hue angle of 265º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8562B6 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13398182-
CMYK0.270.4600.29
HSL265º36.52%54.9%-
HSV(B)265º46.15%71.37%-
XYZ22.4817.146.37-
YUV118.04164.1138.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 182 (71.48% from 255) = 44.07%
R=32.20%
G=23.73%
B=44.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133981820.270.4600.2926536.5254.9
Hex8562B61B2E01D1092537
Octal20514226633560354114567
Binary1000010111000101011011011011101110011101100001001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8562B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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