#8F5BB9

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

Shades of Deep Lilac #8F5BB9

Tints of Deep Lilac #8F5BB9

Color information

#8F5BB9 (or 0x8F5BB9) is unknown color: approx Deep Lilac. HEX triplet: 8F, 5B and B9. RGB value is (143,91,185). Sum of RGB (Red+Green+Blue) = 143+91+185=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 185 - color contains mainly: blue. Hex color #8F5BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5BB9 is #70A446. Grayscale: #747474. Windows color (decimal): -7382087 or 12147599. OLE color: 12147599.

HSL color Cylindrical-coordinate representation of color #8F5BB9: hue angle of 273.19º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F5BB9 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14391185-
CMYK0.230.5100.27
HSL273.19º40.17%54.12%-
HSV(B)273.19º50.81%72.55%-
XYZ23.8316.8247.89-
YUV117.26166.23146.36-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 91 (35.94% from 255) = 21.72%
BLUE value IS 185 (72.66% from 255) = 44.15%
R=34.13%
G=21.72%
B=44.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal143911850.230.5100.27273.1940.1754.12
Hex8F5BB9173301B1112836
Octal21713327127630334215066
Binary1000111110110111011100110111110011011011100010001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,91,185); }

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

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

 a { background-color: rgb(143,91,185); }

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

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

 span { border-color: rgb(143,91,185); }

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