#8D49BE

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

Shades of Deep Lilac #8D49BE

Tints of Deep Lilac #8D49BE

Color information

#8D49BE (or 0x8D49BE) is unknown color: approx Deep Lilac. HEX triplet: 8D, 49 and BE. RGB value is (141,73,190). Sum of RGB (Red+Green+Blue) = 141+73+190=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D49BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D49BE is #72B641. Grayscale: #6A6A6A. Windows color (decimal): -7517762 or 12470669. OLE color: 12470669.

HSL color Cylindrical-coordinate representation of color #8D49BE: hue angle of 274.87º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D49BE is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14173190-
CMYK0.260.6200.25
HSL274.87º47.37%51.57%-
HSV(B)274.87º61.58%74.51%-
XYZ22.6614.1550.25-
YUV106.67175.03152.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.90%
GREEN value IS 73 (28.91% from 255) = 18.07%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=34.90%
G=18.07%
B=47.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141731900.260.6200.25274.8747.3751.57
Hex8D49BE1A3E0191132f34
Octal21511127632760314235764
Binary1000110110010011011111011010111110011001100010011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D49BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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