#872e84

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

Shades of Dark Purple #872E84

Tints of Dark Purple #872E84

Color information

#872E84 (or 0x872E84) is unknown color: approx Dark Purple. HEX triplet: 87, 2E and 84. RGB value is (135,46,132). Sum of RGB (Red+Green+Blue) = 135+46+132=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #872E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872E84 is #78D17B. Grayscale: #525252. Windows color (decimal): -7917948 or 8662663. OLE color: 8662663.

HSL color Cylindrical-coordinate representation of color #872E84: hue angle of 302.02º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #872E84 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13546132-
CMYK00.660.020.47
HSL302.02º49.17%35.49%-
HSV(B)302.02º65.93%52.94%-
XYZ15.138.7722.73-
YUV82.42155.99165.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 46 (18.36% from 255) = 14.70%
BLUE value IS 132 (51.95% from 255) = 42.17%
R=43.13%
G=14.70%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354613200.660.020.47302.0249.1735.49
Hex872E8404222F12e3123
Octal2075620401022574566143
Binary10000111101110100001000100001010101111100101110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872e84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872e84; }

 p { color: rgb(135,46,132); }

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

<style>
 a { background-color: #872e84; }

 a { background-color: rgb(135,46,132); }

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

<style>
 span { border-color: #872e84; }

 span { border-color: rgb(135,46,132); }

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