#8F56BC

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

Shades of Deep Lilac #8F56BC

Tints of Deep Lilac #8F56BC

Color information

#8F56BC (or 0x8F56BC) is unknown color: approx Deep Lilac. HEX triplet: 8F, 56 and BC. RGB value is (143,86,188). Sum of RGB (Red+Green+Blue) = 143+86+188=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F56BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F56BC is #70A943. Grayscale: #727272. Windows color (decimal): -7383364 or 12342927. OLE color: 12342927.

HSL color Cylindrical-coordinate representation of color #8F56BC: hue angle of 273.53º degrees, saturation: 0.43, 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 #8F56BC is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14386188-
CMYK0.240.5400.26
HSL273.53º43.22%53.73%-
HSV(B)273.53º54.26%73.73%-
XYZ23.7316.1349.44-
YUV114.67169.38148.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.29%
GREEN value IS 86 (33.98% from 255) = 20.62%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=34.29%
G=20.62%
B=45.08%

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
Decimal143861880.240.5400.26273.5343.2253.73
Hex8F56BC183601A1122b36
Octal21712627430660324225366
Binary1000111110101101011110011000110110011010100010010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F56BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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