#873A80

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

Shades of Dark Purple #873A80

Tints of Dark Purple #873A80

Color information

#873A80 (or 0x873A80) is unknown color: approx Dark Purple. HEX triplet: 87, 3A and 80. RGB value is (135,58,128). Sum of RGB (Red+Green+Blue) = 135+58+128=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #873A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873A80 is #78C57F. Grayscale: #585858. Windows color (decimal): -7914880 or 8403591. OLE color: 8403591.

HSL color Cylindrical-coordinate representation of color #873A80: hue angle of 305.45º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #873A80 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13558128-
CMYK00.570.050.47
HSL305.45º39.9%37.84%-
HSV(B)305.45º57.04%52.94%-
XYZ15.49.7421.49-
YUV89150.01160.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=42.06%
G=18.07%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355812800.570.050.47305.4539.937.84
Hex873A8003952F1312826
Octal207722000715574615046
Binary10000111111010100000000111001101101111100110001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873A80; }

 p { color: rgb(135,58,128); }

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

<style>
 a { background-color: #873A80; }

 a { background-color: rgb(135,58,128); }

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

<style>
 span { border-color: #873A80; }

 span { border-color: rgb(135,58,128); }

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