Html Css Color HEX #87168D Dark Magenta

📋 copy color: '#87168D'

red 135 ◦ green 22 ◦ blue 141

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

Shades of Dark Magenta #87168D

Tints of Dark Magenta #87168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.38%

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

R = 45.3%
G = 7.38%
B = 47.32%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87168D (or 0x87168D) is known color: Dark Magenta. HEX triplet: 87, 16 and 8D. RGB value is (135,22,141). Sum of RGB (Red+Green+Blue) = 135+22+141=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #87168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87168D is #78E972. Grayscale: #444444. Windows color (decimal): -7924083 or 9246343. OLE color: 9246343.

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

Color convert

RGB 135 22 141 -
CMYK 0.04 0.84 0 0.45
HSL 296.97º 0.73% 0.32% -
HSV(B) 296.97º 0.84% 0.55% -
XYZ 15.09 7.65 25.88 -
YUV 69.35 168.44 174.82 -
System Red Green Blue C M Y K H S L
Decimal 135 22 141 0.04 0.84 0 0.45 296.97 0.73 0.32
Hex 87 16 8D 4 54 0 2D 129 49 20
Octal 207 26 215 4 124 0 55 451 111 40
Binary 10000111 10110 10001101 100 1010100 0 101101 100101001 1001001 100000

Color Harmonies of #87168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87168D

Black with #87168D

Text Example


Text Example

White with #87168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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