#8F5AAE

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

Shades of Deep Lilac #8F5AAE

Tints of Deep Lilac #8F5AAE

Color information

#8F5AAE (or 0x8F5AAE) is unknown color: approx Deep Lilac. HEX triplet: 8F, 5A and AE. RGB value is (143,90,174). Sum of RGB (Red+Green+Blue) = 143+90+174=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F5AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5AAE is #70A551. Grayscale: #737373. Windows color (decimal): -7382354 or 11426447. OLE color: 11426447.

HSL color Cylindrical-coordinate representation of color #8F5AAE: hue angle of 277.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F5AAE is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14390174-
CMYK0.180.4800.32
HSL277.86º34.15%51.76%-
HSV(B)277.86º48.28%68.24%-
XYZ22.6216.2141.98-
YUV115.42161.06147.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.14%
GREEN value IS 90 (35.55% from 255) = 22.11%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=35.14%
G=22.11%
B=42.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal143901740.180.4800.32277.8634.1551.76
Hex8F5AAE12300201162234
Octal21713225622600404264264
Binary10001111101101010101110100101100000100000100010110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,90,174); }

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

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

 a { background-color: rgb(143,90,174); }

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

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

 span { border-color: rgb(143,90,174); }

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