#8F5EB6

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

Shades of Deep Lilac #8F5EB6

Tints of Deep Lilac #8F5EB6

Color information

#8F5EB6 (or 0x8F5EB6) is unknown color: approx Deep Lilac. HEX triplet: 8F, 5E and B6. RGB value is (143,94,182). Sum of RGB (Red+Green+Blue) = 143+94+182=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 182 - color contains mainly: blue. Hex color #8F5EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5EB6 is #70A149. Grayscale: #767676. Windows color (decimal): -7381322 or 11951759. OLE color: 11951759.

HSL color Cylindrical-coordinate representation of color #8F5EB6: hue angle of 273.41º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F5EB6 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14394182-
CMYK0.210.4800.29
HSL273.41º37.61%54.12%-
HSV(B)273.41º48.35%71.37%-
XYZ23.7717.2246.33-
YUV118.68163.73145.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 94 (37.11% from 255) = 22.43%
BLUE value IS 182 (71.48% from 255) = 43.44%
R=34.13%
G=22.43%
B=43.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal143941820.210.4800.29273.4137.6154.12
Hex8F5EB6153001D1112636
Octal21713626625600354214666
Binary1000111110111101011011010101110000011101100010001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,94,182); }

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

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

 a { background-color: rgb(143,94,182); }

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

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

 span { border-color: rgb(143,94,182); }

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