Html Css Color HEX #87019D Dark Magenta

📋 copy color: '#87019D'

red 135 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #87019D

Tints of Dark Magenta #87019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 157 (61.72% from 255) = 53.58%

R = 46.08%
G = 0.34%
B = 53.58%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87019D (or 0x87019D) is known color: Dark Magenta. HEX triplet: 87, 01 and 9D. RGB value is (135,1,157). Sum of RGB (Red+Green+Blue) = 135+1+157=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #87019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87019D is #78FE62. Grayscale: #3A3A3A. Windows color (decimal): -7929443 or 10289543. OLE color: 10289543.

HSL color Cylindrical-coordinate representation of color #87019D: hue angle of 291.54º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87019D is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 1 157 -
CMYK 0.14 0.99 0 0.38
HSL 291.54º 0.99% 0.31% -
HSV(B) 291.54º 0.99% 0.62% -
XYZ 16.09 7.61 32.52 -
YUV 58.85 183.39 182.32 -
System Red Green Blue C M Y K H S L
Decimal 135 1 157 0.14 0.99 0 0.38 291.54 0.99 0.31
Hex 87 1 9D E 63 0 26 124 63 1F
Octal 207 1 235 16 143 0 46 444 143 37
Binary 10000111 1 10011101 1110 1100011 0 100110 100100100 1100011 11111

Color Harmonies of #87019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87019D

Black with #87019D

Text Example


Text Example

White with #87019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,1,157); }

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

background-color css

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

 a { background-color: rgb(135,1,157); }

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

border-color css

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

 span { border-color: rgb(135,1,157); }

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