Html Css Color HEX #871088 Dark Magenta

📋 copy color: '#871088'

red 135 ◦ green 16 ◦ blue 136

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

Shades of Dark Magenta #871088

Tints of Dark Magenta #871088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.57%

 BLUE value IS 136 (53.52% from 255) = 47.39%

R = 47.04%
G = 5.57%
B = 47.39%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#871088 (or 0x871088) is known color: Dark Magenta. HEX triplet: 87, 10 and 88. RGB value is (135,16,136). Sum of RGB (Red+Green+Blue) = 135+16+136=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #871088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871088 is #78EF77. Grayscale: #404040. Windows color (decimal): -7925624 or 8917127. OLE color: 8917127.

HSL color Cylindrical-coordinate representation of color #871088: hue angle of 299.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871088 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 16 136 -
CMYK 0.01 0.88 0 0.47
HSL 299.5º 0.79% 0.3% -
HSV(B) 299.5º 0.88% 0.53% -
XYZ 14.62 7.3 23.93 -
YUV 65.26 167.92 177.74 -
System Red Green Blue C M Y K H S L
Decimal 135 16 136 0.01 0.88 0 0.47 299.5 0.79 0.3
Hex 87 10 88 1 58 0 2F 12C 4F 1E
Octal 207 20 210 1 130 0 57 454 117 36
Binary 10000111 10000 10001000 1 1011000 0 101111 100101100 1001111 11110

Color Harmonies of #871088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871088

Black with #871088

Text Example


Text Example

White with #871088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871088; }

 p { color: rgb(135,16,136); }

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

background-color css

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

 a { background-color: rgb(135,16,136); }

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

border-color css

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

 span { border-color: rgb(135,16,136); }

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