#8D50CA

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

Shades of Deep Lilac #8D50CA

Tints of Deep Lilac #8D50CA

Color information

#8D50CA (or 0x8D50CA) is unknown color: approx Deep Lilac. HEX triplet: 8D, 50 and CA. RGB value is (141,80,202). Sum of RGB (Red+Green+Blue) = 141+80+202=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D50CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D50CA is #72AF35. Grayscale: #6F6F6F. Windows color (decimal): -7515958 or 13258893. OLE color: 13258893.

HSL color Cylindrical-coordinate representation of color #8D50CA: hue angle of 270º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D50CA is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14180202-
CMYK0.300.6000.21
HSL270º53.51%55.29%-
HSV(B)270º60.4%79.22%-
XYZ24.5115.6657.61-
YUV112.15178.71148.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 80 (31.64% from 255) = 18.91%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=33.33%
G=18.91%
B=47.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141802020.300.6000.2127053.5155.29
Hex8D50CA1E3C01510e3637
Octal21512031236740254166667
Binary1000110110100001100101011110111100010101100001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D50CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,80,202); }

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

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

 a { background-color: rgb(141,80,202); }

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

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

 span { border-color: rgb(141,80,202); }

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