#8F46AC

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

Shades of Deep Lilac #8F46AC

Tints of Deep Lilac #8F46AC

Color information

#8F46AC (or 0x8F46AC) is unknown color: approx Deep Lilac. HEX triplet: 8F, 46 and AC. RGB value is (143,70,172). Sum of RGB (Red+Green+Blue) = 143+70+172=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F46AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F46AC is #70B953. Grayscale: #676767. Windows color (decimal): -7387476 or 11290255. OLE color: 11290255.

HSL color Cylindrical-coordinate representation of color #8F46AC: hue angle of 282.94º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F46AC is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14370172-
CMYK0.170.5900.33
HSL282.94º42.15%47.45%-
HSV(B)282.94º59.3%67.45%-
XYZ20.9613.240.47-
YUV103.46166.68156.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.14%
GREEN value IS 70 (27.73% from 255) = 18.18%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=37.14%
G=18.18%
B=44.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143701720.170.5900.33282.9442.1547.45
Hex8F46AC113B02111b2a2f
Octal21710625421730414335257
Binary10001111100011010101100100011110110100001100011011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F46AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,70,172); }

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

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

 a { background-color: rgb(143,70,172); }

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

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

 span { border-color: rgb(143,70,172); }

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