#8D2C85

Color #8D2C85 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8D2C85

Tints of Dark Purple #8D2C85

Color information

#8D2C85 (or 0x8D2C85) is unknown color: approx Dark Purple. HEX triplet: 8D, 2C and 85. RGB value is (141,44,133). Sum of RGB (Red+Green+Blue) = 141+44+133=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2C85 is #72D37A. Grayscale: #525252. Windows color (decimal): -7525243 or 8727693. OLE color: 8727693.

HSL color Cylindrical-coordinate representation of color #8D2C85: hue angle of 304.95º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D2C85 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB14144133-
CMYK00.690.060.45
HSL304.95º52.43%36.27%-
HSV(B)304.95º68.79%55.29%-
XYZ16.129.1623.11-
YUV83.15156.14169.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.34%
GREEN value IS 44 (17.58% from 255) = 13.84%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=44.34%
G=13.84%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414413300.690.060.45304.9552.4336.27
Hex8D2C8504562D1313424
Octal2155420501056554616444
Binary100011011011001000010101000101110101101100110001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,44,133); }

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

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

 a { background-color: rgb(141,44,133); }

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

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

 span { border-color: rgb(141,44,133); }

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