Html Css Color HEX #881689 Dark Magenta

📋 copy color: '#881689'

red 136 ◦ green 22 ◦ blue 137

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

Shades of Dark Magenta #881689

Tints of Dark Magenta #881689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.46%

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

R = 46.1%
G = 7.46%
B = 46.44%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#881689 (or 0x881689) is known color: Dark Magenta. HEX triplet: 88, 16 and 89. RGB value is (136,22,137). Sum of RGB (Red+Green+Blue) = 136+22+137=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #881689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881689 is #77E976. Grayscale: #444444. Windows color (decimal): -7858551 or 8984200. OLE color: 8984200.

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

Color convert

RGB 136 22 137 -
CMYK 0.01 0.84 0 0.46
HSL 299.48º 0.72% 0.31% -
HSV(B) 299.48º 0.84% 0.54% -
XYZ 14.96 7.61 24.35 -
YUV 69.2 166.27 175.65 -
System Red Green Blue C M Y K H S L
Decimal 136 22 137 0.01 0.84 0 0.46 299.48 0.72 0.31
Hex 88 16 89 1 54 0 2E 12B 48 1F
Octal 210 26 211 1 124 0 56 453 110 37
Binary 10001000 10110 10001001 1 1010100 0 101110 100101011 1001000 11111

Color Harmonies of #881689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881689

Black with #881689

Text Example


Text Example

White with #881689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881689; }

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

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

background-color css

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

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

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

border-color css

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

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

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