#8D71BB

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

Shades of Lilac Bush #8D71BB

Tints of Lilac Bush #8D71BB

Color information

#8D71BB (or 0x8D71BB) is unknown color: approx Lilac Bush. HEX triplet: 8D, 71 and BB. RGB value is (141,113,187). Sum of RGB (Red+Green+Blue) = 141+113+187=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D71BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D71BB is #728E44. Grayscale: #818181. Windows color (decimal): -7507525 or 12284301. OLE color: 12284301.

HSL color Cylindrical-coordinate representation of color #8D71BB: hue angle of 262.7º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D71BB is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141113187-
CMYK0.250.4000.27
HSL262.7º35.24%58.82%-
HSV(B)262.7º39.57%73.33%-
XYZ25.8621.0649.72-
YUV129.81160.28135.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.97%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=31.97%
G=25.62%
B=42.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411131870.250.4000.27262.735.2458.82
Hex8D71BB192801B107233b
Octal21516127331500334074373
Binary1000110111100011011101111001101000011011100000111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D71BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,113,187); }

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

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

 a { background-color: rgb(141,113,187); }

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

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

 span { border-color: rgb(141,113,187); }

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