Html Css Color HEX #87128B Dark Magenta

📋 copy color: '#87128B'

red 135 ◦ green 18 ◦ blue 139

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

Shades of Dark Magenta #87128B

Tints of Dark Magenta #87128B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.16%

 BLUE value IS 139 (54.69% from 255) = 47.6%

R = 46.23%
G = 6.16%
B = 47.6%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87128B (or 0x87128B) is known color: Dark Magenta. HEX triplet: 87, 12 and 8B. RGB value is (135,18,139). Sum of RGB (Red+Green+Blue) = 135+18+139=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #87128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87128B is #78ED74. Grayscale: #424242. Windows color (decimal): -7925109 or 9114247. OLE color: 9114247.

HSL color Cylindrical-coordinate representation of color #87128B: hue angle of 298.02º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87128B is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 18 139 -
CMYK 0.03 0.87 0 0.45
HSL 298.02º 0.77% 0.31% -
HSV(B) 298.02º 0.87% 0.55% -
XYZ 14.87 7.45 25.08 -
YUV 66.78 168.76 176.66 -
System Red Green Blue C M Y K H S L
Decimal 135 18 139 0.03 0.87 0 0.45 298.02 0.77 0.31
Hex 87 12 8B 3 57 0 2D 12A 4D 1F
Octal 207 22 213 3 127 0 55 452 115 37
Binary 10000111 10010 10001011 11 1010111 0 101101 100101010 1001101 11111

Color Harmonies of #87128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87128B

Black with #87128B

Text Example


Text Example

White with #87128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87128B; }

 p { color: rgb(135,18,139); }

 H1.HeaderClassName
 {
   color: #87128B;
 }
 .AnyTagClassName
 {
   color: #87128B;
 }
</style>

background-color css

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

 a { background-color: rgb(135,18,139); }

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

border-color css

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

 span { border-color: rgb(135,18,139); }

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