#872A86

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

Shades of Dark Purple #872A86

Tints of Dark Purple #872A86

Color information

#872A86 (or 0x872A86) is unknown color: approx Dark Purple. HEX triplet: 87, 2A and 86. RGB value is (135,42,134). Sum of RGB (Red+Green+Blue) = 135+42+134=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #872A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872A86 is #78D579. Grayscale: #505050. Windows color (decimal): -7918970 or 8792711. OLE color: 8792711.

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

Color convert

RGB13542134-
CMYK00.690.010.47
HSL300.65º52.54%34.71%-
HSV(B)300.65º68.89%52.94%-
XYZ15.128.5323.4-
YUV80.29158.31167.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 42 (16.80% from 255) = 13.50%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=43.41%
G=13.50%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354213400.690.010.47300.6552.5434.71
Hex872A8604512F12d3523
Octal2075220601051574556543
Binary1000011110101010000110010001011101111100101101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,42,134); }

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

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

 a { background-color: rgb(135,42,134); }

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

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

 span { border-color: rgb(135,42,134); }

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