#8D58AC

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

Shades of Deep Lilac #8D58AC

Tints of Deep Lilac #8D58AC

Color information

#8D58AC (or 0x8D58AC) is unknown color: approx Deep Lilac. HEX triplet: 8D, 58 and AC. RGB value is (141,88,172). Sum of RGB (Red+Green+Blue) = 141+88+172=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D58AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D58AC is #72A753. Grayscale: #717171. Windows color (decimal): -7513940 or 11294861. OLE color: 11294861.

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

Color convert

RGB14188172-
CMYK0.180.4900.33
HSL277.86º33.6%50.98%-
HSV(B)277.86º48.84%67.45%-
XYZ21.9215.6240.89-
YUV113.42161.06147.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.16%
GREEN value IS 88 (34.77% from 255) = 21.95%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=35.16%
G=21.95%
B=42.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141881720.180.4900.33277.8633.650.98
Hex8D58AC12310211162233
Octal21513025422610414264263
Binary10001101101100010101100100101100010100001100010110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D58AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,88,172); }

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

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

 a { background-color: rgb(141,88,172); }

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

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

 span { border-color: rgb(141,88,172); }

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