#87098D

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

Shades of Dark Magenta #87098D

Tints of Dark Magenta #87098D

Color information

#87098D (or 0x87098D) is unknown color: approx Dark Magenta. HEX triplet: 87, 09 and 8D. RGB value is (135,9,141). Sum of RGB (Red+Green+Blue) = 135+9+141=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #87098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87098D is #78F672. Grayscale: #3D3D3D. Windows color (decimal): -7927411 or 9243015. OLE color: 9243015.

HSL color Cylindrical-coordinate representation of color #87098D: hue angle of 297.27º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #87098D is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1359141-
CMYK0.040.9400.45
HSL297.27º88%29.41%-
HSV(B)297.27º93.62%55.29%-
XYZ14.97.2725.82-
YUV61.72172.74180.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 9 (3.91% from 255) = 3.16%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=47.37%
G=3.16%
B=49.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13591410.040.9400.45297.278829.41
Hex8798D45E02D129581d
Octal20711215413605545113035
Binary1000011110011000110110010111100101101100101001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87098D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87098D; }

 p { color: rgb(135,9,141); }

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

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

 a { background-color: rgb(135,9,141); }

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

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

 span { border-color: rgb(135,9,141); }

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