#8F72BE

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

Shades of Lilac Bush #8F72BE

Tints of Lilac Bush #8F72BE

Color information

#8F72BE (or 0x8F72BE) is unknown color: approx Lilac Bush. HEX triplet: 8F, 72 and BE. RGB value is (143,114,190). Sum of RGB (Red+Green+Blue) = 143+114+190=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F72BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F72BE is #708D41. Grayscale: #838383. Windows color (decimal): -7376194 or 12481167. OLE color: 12481167.

HSL color Cylindrical-coordinate representation of color #8F72BE: hue angle of 262.89º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F72BE is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143114190-
CMYK0.250.4000.25
HSL262.89º36.89%59.61%-
HSV(B)262.89º40%74.51%-
XYZ26.6421.5951.48-
YUV131.33161.11136.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.99%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=31.99%
G=25.50%
B=42.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431141900.250.4000.25262.8936.8959.61
Hex8F72BE1928019107253c
Octal21716227631500314074574
Binary1000111111100101011111011001101000011001100000111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,114,190); }

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

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

 a { background-color: rgb(143,114,190); }

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

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

 span { border-color: rgb(143,114,190); }

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