#8D2B84

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

Shades of Dark Purple #8D2B84

Tints of Dark Purple #8D2B84

Color information

#8D2B84 (or 0x8D2B84) is unknown color: approx Dark Purple. HEX triplet: 8D, 2B and 84. RGB value is (141,43,132). Sum of RGB (Red+Green+Blue) = 141+43+132=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2B84 is #72D47B. Grayscale: #525252. Windows color (decimal): -7525500 or 8661901. OLE color: 8661901.

HSL color Cylindrical-coordinate representation of color #8D2B84: hue angle of 305.51º degrees, saturation: 0.53, 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 #8D2B84 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB14143132-
CMYK00.700.060.45
HSL305.51º53.26%36.08%-
HSV(B)305.51º69.5%55.29%-
XYZ16.019.0622.73-
YUV82.45155.97169.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.62%
GREEN value IS 43 (17.19% from 255) = 13.61%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=44.62%
G=13.61%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414313200.700.060.45305.5153.2636.08
Hex8D2B8404662D1323524
Octal2155320401066554626544
Binary100011011010111000010001000110110101101100110010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,43,132); }

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

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

 a { background-color: rgb(141,43,132); }

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

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

 span { border-color: rgb(141,43,132); }

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