#8D61BA

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

Shades of Lilac Bush #8D61BA

Tints of Lilac Bush #8D61BA

Color information

#8D61BA (or 0x8D61BA) is unknown color: approx Lilac Bush. HEX triplet: 8D, 61 and BA. RGB value is (141,97,186). Sum of RGB (Red+Green+Blue) = 141+97+186=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D61BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D61BA is #729E45. Grayscale: #777777. Windows color (decimal): -7511622 or 12214669. OLE color: 12214669.

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

Color convert

RGB14197186-
CMYK0.240.4800.27
HSL269.66º39.21%55.49%-
HSV(B)269.66º47.85%72.94%-
XYZ24.1217.7648.61-
YUV120.3165.08142.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.25%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 186 (73.05% from 255) = 43.87%
R=33.25%
G=22.88%
B=43.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141971860.240.4800.27269.6639.2155.49
Hex8D61BA183001B10e2737
Octal21514127230600334164767
Binary1000110111000011011101011000110000011011100001110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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