#8D2A82

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

Shades of Dark Purple #8D2A82

Tints of Dark Purple #8D2A82

Color information

#8D2A82 (or 0x8D2A82) is unknown color: approx Dark Purple. HEX triplet: 8D, 2A and 82. RGB value is (141,42,130). Sum of RGB (Red+Green+Blue) = 141+42+130=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2A82 is #72D57D. Grayscale: #515151. Windows color (decimal): -7525758 or 8530573. OLE color: 8530573.

HSL color Cylindrical-coordinate representation of color #8D2A82: hue angle of 306.67º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D2A82 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB14142130-
CMYK00.700.080.45
HSL306.67º54.1%35.88%-
HSV(B)306.67º70.21%55.29%-
XYZ15.848.9322.01-
YUV81.63155.3170.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.05%
GREEN value IS 42 (16.80% from 255) = 13.42%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=45.05%
G=13.42%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414213000.700.080.45306.6754.135.88
Hex8D2A8204682D1333624
Octal21552202010610554636644
Binary1000110110101010000010010001101000101101100110011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,42,130); }

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

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

 a { background-color: rgb(141,42,130); }

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

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

 span { border-color: rgb(141,42,130); }

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