#8D62BA

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

Shades of Lilac Bush #8D62BA

Tints of Lilac Bush #8D62BA

Color information

#8D62BA (or 0x8D62BA) is unknown color: approx Lilac Bush. HEX triplet: 8D, 62 and BA. RGB value is (141,98,186). Sum of RGB (Red+Green+Blue) = 141+98+186=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D62BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D62BA is #729D45. Grayscale: #787878. Windows color (decimal): -7511366 or 12214925. OLE color: 12214925.

HSL color Cylindrical-coordinate representation of color #8D62BA: hue angle of 269.32º 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 #8D62BA is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14198186-
CMYK0.240.4700.27
HSL269.32º38.94%55.69%-
HSV(B)269.32º47.31%72.94%-
XYZ24.2217.9448.64-
YUV120.89164.75142.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.18%
GREEN value IS 98 (38.67% from 255) = 23.06%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=33.18%
G=23.06%
B=43.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141981860.240.4700.27269.3238.9455.69
Hex8D62BA182F01B10d2738
Octal21514227230570334154770
Binary1000110111000101011101011000101111011011100001101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D62BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D62BA; }

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

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

<style>
 a { background-color: #8D62BA; }

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

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

<style>
 span { border-color: #8D62BA; }

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

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