#881596

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

Shades of Dark Magenta #881596

Tints of Dark Magenta #881596

Color information

#881596 (or 0x881596) is unknown color: approx Dark Magenta. HEX triplet: 88, 15 and 96. RGB value is (136,21,150). Sum of RGB (Red+Green+Blue) = 136+21+150=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #881596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881596 is #77EA69. Grayscale: #454545. Windows color (decimal): -7858794 or 9835912. OLE color: 9835912.

HSL color Cylindrical-coordinate representation of color #881596: hue angle of 293.49º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881596 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13621150-
CMYK0.090.8600.41
HSL293.49º75.44%33.53%-
HSV(B)293.49º86%58.82%-
XYZ15.937.9729.55-
YUV70.09173.1175.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 21 (8.59% from 255) = 6.84%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=44.30%
G=6.84%
B=48.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal136211500.090.8600.41293.4975.4433.53
Hex8815969560291254b22
Octal210252261112605144511342
Binary1000100010101100101101001101011001010011001001011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881596; }

 p { color: rgb(136,21,150); }

 H1.HeaderClassName
 {
   color: #881596;
 }
 .AnyTagClassName
 {
   color: #881596;
 }
</style>
background-color css

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

 a { background-color: rgb(136,21,150); }

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

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

 span { border-color: rgb(136,21,150); }

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