Html Css Color HEX #87088D Dark Magenta

📋 copy color: '#87088D'

red 135 ◦ green 8 ◦ blue 141

#87088D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #87088D

Tints of Dark Magenta #87088D

RGB

 RED value IS 135 (53.13% from 255) = 47.54%

 GREEN value IS 8 (3.52% from 255) = 2.82%

 BLUE value IS 141 (55.47% from 255) = 49.65%

R = 47.54%
G = 2.82%
B = 49.65%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87088D (or 0x87088D) is known color: Dark Magenta. HEX triplet: 87, 08 and 8D. RGB value is (135,8,141). Sum of RGB (Red+Green+Blue) = 135+8+141=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #87088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87088D is #78F772. Grayscale: #3C3C3C. Windows color (decimal): -7927667 or 9242759. OLE color: 9242759.

HSL color Cylindrical-coordinate representation of color #87088D: hue angle of 297.29º degrees, saturation: 0.89, 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 #87088D is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 8 141 -
CMYK 0.04 0.94 0 0.45
HSL 297.29º 0.89% 0.29% -
HSV(B) 297.29º 0.94% 0.55% -
XYZ 14.89 7.25 25.81 -
YUV 61.14 173.08 180.69 -
System Red Green Blue C M Y K H S L
Decimal 135 8 141 0.04 0.94 0 0.45 297.29 0.89 0.29
Hex 87 8 8D 4 5E 0 2D 129 59 1D
Octal 207 10 215 4 136 0 55 451 131 35
Binary 10000111 1000 10001101 100 1011110 0 101101 100101001 1011001 11101

Color Harmonies of #87088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87088D

Black with #87088D

Text Example


Text Example

White with #87088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87088D;
 }
 .AnyTagClassName
 {
   color: #87088D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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