#8D2C83

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

Shades of Dark Purple #8D2C83

Tints of Dark Purple #8D2C83

Color information

#8D2C83 (or 0x8D2C83) is unknown color: approx Dark Purple. HEX triplet: 8D, 2C and 83. RGB value is (141,44,131). Sum of RGB (Red+Green+Blue) = 141+44+131=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2C83 is #72D37C. Grayscale: #525252. Windows color (decimal): -7525245 or 8596621. OLE color: 8596621.

HSL color Cylindrical-coordinate representation of color #8D2C83: hue angle of 306.19º 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 #8D2C83 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB14144131-
CMYK00.690.070.45
HSL306.19º52.43%36.27%-
HSV(B)306.19º68.79%55.29%-
XYZ15.989.122.39-
YUV82.92155.14169.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.62%
GREEN value IS 44 (17.58% from 255) = 13.92%
BLUE value IS 131 (51.56% from 255) = 41.46%
R=44.62%
G=13.92%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414413100.690.070.45306.1952.4336.27
Hex8D2C8304572D1323424
Octal2155420301057554626444
Binary100011011011001000001101000101111101101100110010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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