#8D54C5

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

Shades of Deep Lilac #8D54C5

Tints of Deep Lilac #8D54C5

Color information

#8D54C5 (or 0x8D54C5) is unknown color: approx Deep Lilac. HEX triplet: 8D, 54 and C5. RGB value is (141,84,197). Sum of RGB (Red+Green+Blue) = 141+84+197=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 197 - color contains mainly: blue. Hex color #8D54C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D54C5 is #72AB3A. Grayscale: #717171. Windows color (decimal): -7514939 or 12932237. OLE color: 12932237.

HSL color Cylindrical-coordinate representation of color #8D54C5: hue angle of 270.27º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D54C5 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14184197-
CMYK0.280.5700.23
HSL270.27º49.34%55.1%-
HSV(B)270.27º57.36%77.25%-
XYZ24.2316.0354.64-
YUV113.92174.88147.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.41%
GREEN value IS 84 (33.20% from 255) = 19.91%
BLUE value IS 197 (77.34% from 255) = 46.68%
R=33.41%
G=19.91%
B=46.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal141841970.280.5700.23270.2749.3455.1
Hex8D54C51C3901710e3137
Octal21512430534710274166167
Binary1000110110101001100010111100111001010111100001110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D54C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,84,197); }

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

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

 a { background-color: rgb(141,84,197); }

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

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

 span { border-color: rgb(141,84,197); }

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