#8F59C1

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

Shades of Deep Lilac #8F59C1

Tints of Deep Lilac #8F59C1

Color information

#8F59C1 (or 0x8F59C1) is unknown color: approx Deep Lilac. HEX triplet: 8F, 59 and C1. RGB value is (143,89,193). Sum of RGB (Red+Green+Blue) = 143+89+193=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F59C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F59C1 is #70A63E. Grayscale: #747474. Windows color (decimal): -7382591 or 12671375. OLE color: 12671375.

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

Color convert

RGB14389193-
CMYK0.260.5400.24
HSL271.15º45.61%55.29%-
HSV(B)271.15º53.89%75.69%-
XYZ24.5316.8352.41-
YUV117170.89146.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.65%
GREEN value IS 89 (35.16% from 255) = 20.94%
BLUE value IS 193 (75.78% from 255) = 45.41%
R=33.65%
G=20.94%
B=45.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal143891930.260.5400.24271.1545.6155.29
Hex8F59C11A3601810f2e37
Octal21713130132660304175667
Binary1000111110110011100000111010110110011000100001111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F59C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,89,193); }

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

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

 a { background-color: rgb(143,89,193); }

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

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

 span { border-color: rgb(143,89,193); }

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