#8F54B1

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

Shades of Deep Lilac #8F54B1

Tints of Deep Lilac #8F54B1

Color information

#8F54B1 (or 0x8F54B1) is unknown color: approx Deep Lilac. HEX triplet: 8F, 54 and B1. RGB value is (143,84,177). Sum of RGB (Red+Green+Blue) = 143+84+177=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 177 - color contains mainly: blue. Hex color #8F54B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F54B1 is #70AB4E. Grayscale: #6F6F6F. Windows color (decimal): -7383887 or 11621519. OLE color: 11621519.

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

Color convert

RGB14384177-
CMYK0.190.5300.31
HSL278.06º37.35%51.18%-
HSV(B)278.06º52.54%69.41%-
XYZ22.4315.3543.38-
YUV112.24164.55149.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.40%
GREEN value IS 84 (33.20% from 255) = 20.79%
BLUE value IS 177 (69.53% from 255) = 43.81%
R=35.40%
G=20.79%
B=43.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143841770.190.5300.31278.0637.3551.18
Hex8F54B1133501F1162533
Octal21712426123650374264563
Binary1000111110101001011000110011110101011111100010110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F54B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,84,177); }

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

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

 a { background-color: rgb(143,84,177); }

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

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

 span { border-color: rgb(143,84,177); }

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