#8F55AF

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

Shades of Deep Lilac #8F55AF

Tints of Deep Lilac #8F55AF

Color information

#8F55AF (or 0x8F55AF) is unknown color: approx Deep Lilac. HEX triplet: 8F, 55 and AF. RGB value is (143,85,175). Sum of RGB (Red+Green+Blue) = 143+85+175=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F55AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F55AF is #70AA50. Grayscale: #707070. Windows color (decimal): -7383633 or 11490703. OLE color: 11490703.

HSL color Cylindrical-coordinate representation of color #8F55AF: hue angle of 278.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F55AF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14385175-
CMYK0.180.5100.31
HSL278.67º36%50.98%-
HSV(B)278.67º51.43%68.63%-
XYZ22.3115.4342.36-
YUV112.6163.22149.68-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.48%
GREEN value IS 85 (33.59% from 255) = 21.09%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=35.48%
G=21.09%
B=43.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143851750.180.5100.31278.673650.98
Hex8F55AF123301F1172433
Octal21712525722630374274463
Binary1000111110101011010111110010110011011111100010111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F55AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,85,175); }

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

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

 a { background-color: rgb(143,85,175); }

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

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

 span { border-color: rgb(143,85,175); }

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