Html Css Color HEX #881184 Dark Magenta

📋 copy color: '#881184'

red 136 ◦ green 17 ◦ blue 132

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

Shades of Dark Magenta #881184

Tints of Dark Magenta #881184

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.96%

 BLUE value IS 132 (51.95% from 255) = 46.32%

R = 47.72%
G = 5.96%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#881184 (or 0x881184) is known color: Dark Magenta. HEX triplet: 88, 11 and 84. RGB value is (136,17,132). Sum of RGB (Red+Green+Blue) = 136+17+132=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #881184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881184 is #77EE7B. Grayscale: #414141. Windows color (decimal): -7859836 or 8655240. OLE color: 8655240.

HSL color Cylindrical-coordinate representation of color #881184: hue angle of 302.02º degrees, saturation: 0.78, 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 #881184 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 17 132 -
CMYK 0 0.87 0.03 0.47
HSL 302.02º 0.78% 0.3% -
HSV(B) 302.02º 0.88% 0.53% -
XYZ 14.52 7.3 22.47 -
YUV 65.69 165.42 178.15 -
System Red Green Blue C M Y K H S L
Decimal 136 17 132 0 0.87 0.03 0.47 302.02 0.78 0.3
Hex 88 11 84 0 57 3 2F 12E 4E 1E
Octal 210 21 204 0 127 3 57 456 116 36
Binary 10001000 10001 10000100 0 1010111 11 101111 100101110 1001110 11110

Color Harmonies of #881184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881184

Black with #881184

Text Example


Text Example

White with #881184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881184; }

 p { color: rgb(136,17,132); }

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

background-color css

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

 a { background-color: rgb(136,17,132); }

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

border-color css

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

 span { border-color: rgb(136,17,132); }

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