#881689

Color #881689 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #881689

Tints of Dark Magenta #881689

Color information

#881689 (or 0x881689) is unknown color: approx 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

RGB13622137-
CMYK0.010.8400.46
HSL299.48º72.33%31.18%-
HSV(B)299.48º83.94%53.73%-
XYZ14.967.6124.35-
YUV69.2166.27175.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.10%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 137 (53.91% from 255) = 46.44%
R=46.10%
G=7.46%
B=46.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136221370.010.8400.46299.4872.3331.18
Hex88168915402E12b481f
Octal21026211112405645311037
Binary100010001011010001001110101000101110100101011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>