Html Css Color HEX #881089 Dark Magenta

📋 copy color: '#881089'

red 136 ◦ green 16 ◦ blue 137

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

Shades of Dark Magenta #881089

Tints of Dark Magenta #881089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.4%

R = 47.06%
G = 5.54%
B = 47.4%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#881089 (or 0x881089) is known color: Dark Magenta. HEX triplet: 88, 10 and 89. RGB value is (136,16,137). Sum of RGB (Red+Green+Blue) = 136+16+137=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #881089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881089 is #77EF76. Grayscale: #414141. Windows color (decimal): -7860087 or 8982664. OLE color: 8982664.

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

Color convert

RGB 136 16 137 -
CMYK 0.01 0.88 0 0.46
HSL 299.5º 0.79% 0.3% -
HSV(B) 299.5º 0.88% 0.54% -
XYZ 14.85 7.41 24.31 -
YUV 65.67 168.26 178.16 -
System Red Green Blue C M Y K H S L
Decimal 136 16 137 0.01 0.88 0 0.46 299.5 0.79 0.3
Hex 88 10 89 1 58 0 2E 12C 4F 1E
Octal 210 20 211 1 130 0 56 454 117 36
Binary 10001000 10000 10001001 1 1011000 0 101110 100101100 1001111 11110

Color Harmonies of #881089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881089

Black with #881089

Text Example


Text Example

White with #881089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881089; }

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

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

background-color css

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

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

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

border-color css

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

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

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