Html Css Color HEX #881487 Dark Magenta

📋 copy color: '#881487'

red 136 ◦ green 20 ◦ blue 135

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

Shades of Dark Magenta #881487

Tints of Dark Magenta #881487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.87%

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

R = 46.74%
G = 6.87%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#881487 (or 0x881487) is known color: Dark Magenta. HEX triplet: 88, 14 and 87. RGB value is (136,20,135). Sum of RGB (Red+Green+Blue) = 136+20+135=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #881487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881487 is #77EB78. Grayscale: #434343. Windows color (decimal): -7859065 or 8852616. OLE color: 8852616.

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

Color convert

RGB 136 20 135 -
CMYK 0 0.85 0.01 0.47
HSL 300.52º 0.74% 0.31% -
HSV(B) 300.52º 0.85% 0.53% -
XYZ 14.78 7.48 23.59 -
YUV 67.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 136 20 135 0 0.85 0.01 0.47 300.52 0.74 0.31
Hex 88 14 87 0 55 1 2F 12D 4A 1F
Octal 210 24 207 0 125 1 57 455 112 37
Binary 10001000 10100 10000111 0 1010101 1 101111 100101101 1001010 11111

Color Harmonies of #881487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881487

Black with #881487

Text Example


Text Example

White with #881487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881487; }

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

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

background-color css

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

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

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

border-color css

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

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

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