#8D49CE

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

Shades of Deep Lilac #8D49CE

Tints of Deep Lilac #8D49CE

Color information

#8D49CE (or 0x8D49CE) is unknown color: approx Deep Lilac. HEX triplet: 8D, 49 and CE. RGB value is (141,73,206). Sum of RGB (Red+Green+Blue) = 141+73+206=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D49CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D49CE is #72B631. Grayscale: #6C6C6C. Windows color (decimal): -7517746 or 13519245. OLE color: 13519245.

HSL color Cylindrical-coordinate representation of color #8D49CE: hue angle of 270.68º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D49CE is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14173206-
CMYK0.320.6500.19
HSL270.68º57.58%54.71%-
HSV(B)270.68º64.56%80.78%-
XYZ24.5114.8859.97-
YUV108.49183.03151.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.57%
GREEN value IS 73 (28.91% from 255) = 17.38%
BLUE value IS 206 (80.86% from 255) = 49.05%
R=33.57%
G=17.38%
B=49.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal141732060.320.6500.19270.6857.5854.71
Hex8D49CE204101310f3a37
Octal215111316401010234177267
Binary100011011001001110011101000001000001010011100001111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D49CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,73,206); }

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

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

 a { background-color: rgb(141,73,206); }

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

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

 span { border-color: rgb(141,73,206); }

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