Html Css Color HEX #87139D Dark Magenta

📋 copy color: '#87139D'

red 135 ◦ green 19 ◦ blue 157

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

Shades of Dark Magenta #87139D

Tints of Dark Magenta #87139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.11%

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

R = 43.41%
G = 6.11%
B = 50.48%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87139D (or 0x87139D) is known color: Dark Magenta. HEX triplet: 87, 13 and 9D. RGB value is (135,19,157). Sum of RGB (Red+Green+Blue) = 135+19+157=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #87139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87139D is #78EC62. Grayscale: #444444. Windows color (decimal): -7924835 or 10294151. OLE color: 10294151.

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

Color convert

RGB 135 19 157 -
CMYK 0.14 0.88 0 0.38
HSL 290.43º 0.78% 0.35% -
HSV(B) 290.43º 0.88% 0.62% -
XYZ 16.31 8.05 32.59 -
YUV 69.42 177.43 174.78 -
System Red Green Blue C M Y K H S L
Decimal 135 19 157 0.14 0.88 0 0.38 290.43 0.78 0.35
Hex 87 13 9D E 58 0 26 122 4E 23
Octal 207 23 235 16 130 0 46 442 116 43
Binary 10000111 10011 10011101 1110 1011000 0 100110 100100010 1001110 100011

Color Harmonies of #87139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87139D

Black with #87139D

Text Example


Text Example

White with #87139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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