#870384

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

Shades of Dark Magenta #870384

Tints of Dark Magenta #870384

Color information

#870384 (or 0x870384) is unknown color: approx Dark Magenta. HEX triplet: 87, 03 and 84. RGB value is (135,3,132). Sum of RGB (Red+Green+Blue) = 135+3+132=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #870384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870384 is #78FC7B. Grayscale: #383838. Windows color (decimal): -7928956 or 8651655. OLE color: 8651655.

HSL color Cylindrical-coordinate representation of color #870384: hue angle of 301.36º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #870384 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB1353132-
CMYK00.980.020.47
HSL301.36º95.65%27.06%-
HSV(B)301.36º97.78%52.94%-
XYZ14.196.8822.41-
YUV57.17170.23183.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 132 (51.95% from 255) = 48.89%
R=50%
G=1.11%
B=48.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135313200.980.020.47301.3695.6527.06
Hex8738406222F12d601b
Octal2073204014225745514033
Binary1000011111100001000110001010101111100101101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870384; }

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

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

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

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

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

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

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

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