#8F5EAF

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

Shades of Deep Lilac #8F5EAF

Tints of Deep Lilac #8F5EAF

Color information

#8F5EAF (or 0x8F5EAF) is unknown color: approx Deep Lilac. HEX triplet: 8F, 5E and AF. RGB value is (143,94,175). Sum of RGB (Red+Green+Blue) = 143+94+175=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F5EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5EAF is #70A150. Grayscale: #757575. Windows color (decimal): -7381329 or 11493007. OLE color: 11493007.

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

Color convert

RGB14394175-
CMYK0.180.4600.31
HSL276.3º33.61%52.75%-
HSV(B)276.3º46.29%68.63%-
XYZ23.0716.9442.61-
YUV117.88160.23145.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.71%
GREEN value IS 94 (37.11% from 255) = 22.82%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=34.71%
G=22.82%
B=42.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143941750.180.4600.31276.333.6152.75
Hex8F5EAF122E01F1142235
Octal21713625722560374244265
Binary1000111110111101010111110010101110011111100010100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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