Html Css Color HEX #881087 Dark Magenta

📋 copy color: '#881087'

red 136 ◦ green 16 ◦ blue 135

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

Shades of Dark Magenta #881087

Tints of Dark Magenta #881087

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#881087 (or 0x881087) is known color: Dark Magenta. HEX triplet: 88, 10 and 87. RGB value is (136,16,135). Sum of RGB (Red+Green+Blue) = 136+16+135=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #881087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881087 is #77EF78. Grayscale: #414141. Windows color (decimal): -7860089 or 8851592. OLE color: 8851592.

HSL color Cylindrical-coordinate representation of color #881087: hue angle of 300.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 #881087 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

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

Color Harmonies of #881087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881087

Black with #881087

Text Example


Text Example

White with #881087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881087; }

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

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

background-color css

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

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

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

border-color css

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

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

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