#8D5CAC

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

Shades of Deep Lilac #8D5CAC

Tints of Deep Lilac #8D5CAC

Color information

#8D5CAC (or 0x8D5CAC) is unknown color: approx Deep Lilac. HEX triplet: 8D, 5C and AC. RGB value is (141,92,172). Sum of RGB (Red+Green+Blue) = 141+92+172=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D5CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5CAC is #72A353. Grayscale: #737373. Windows color (decimal): -7512916 or 11295885. OLE color: 11295885.

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

Color convert

RGB14192172-
CMYK0.180.4700.33
HSL276.75º32.52%51.76%-
HSV(B)276.75º46.51%67.45%-
XYZ22.2616.341-
YUV115.77159.73146-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.81%
GREEN value IS 92 (36.33% from 255) = 22.72%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=34.81%
G=22.72%
B=42.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141921720.180.4700.33276.7532.5251.76
Hex8D5CAC122F0211152134
Octal21513425422570414254164
Binary10001101101110010101100100101011110100001100010101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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