#8F56BD

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

Shades of Deep Lilac #8F56BD

Tints of Deep Lilac #8F56BD

Color information

#8F56BD (or 0x8F56BD) is unknown color: approx Deep Lilac. HEX triplet: 8F, 56 and BD. RGB value is (143,86,189). Sum of RGB (Red+Green+Blue) = 143+86+189=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F56BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F56BD is #70A942. Grayscale: #727272. Windows color (decimal): -7383363 or 12408463. OLE color: 12408463.

HSL color Cylindrical-coordinate representation of color #8F56BD: hue angle of 273.2º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F56BD is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14386189-
CMYK0.240.5400.26
HSL273.2º43.83%53.92%-
HSV(B)273.2º54.5%74.12%-
XYZ23.8416.1750.01-
YUV114.78169.88148.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.21%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 189 (74.22% from 255) = 45.22%
R=34.21%
G=20.57%
B=45.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal143861890.240.5400.26273.243.8353.92
Hex8F56BD183601A1112c36
Octal21712627530660324215466
Binary1000111110101101011110111000110110011010100010001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F56BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,86,189); }

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

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

 a { background-color: rgb(143,86,189); }

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

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

 span { border-color: rgb(143,86,189); }

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