#881592

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

Shades of Dark Magenta #881592

Tints of Dark Magenta #881592

Color information

#881592 (or 0x881592) is unknown color: approx Dark Magenta. HEX triplet: 88, 15 and 92. RGB value is (136,21,146). Sum of RGB (Red+Green+Blue) = 136+21+146=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #881592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881592 is #77EA6D. Grayscale: #454545. Windows color (decimal): -7858798 or 9573768. OLE color: 9573768.

HSL color Cylindrical-coordinate representation of color #881592: hue angle of 295.2º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881592 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13621146-
CMYK0.070.8600.43
HSL295.2º74.85%32.75%-
HSV(B)295.2º85.62%57.25%-
XYZ15.617.8527.89-
YUV69.64171.1175.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.88%
GREEN value IS 21 (8.59% from 255) = 6.93%
BLUE value IS 146 (57.42% from 255) = 48.18%
R=44.88%
G=6.93%
B=48.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136211460.070.8600.43295.274.8532.75
Hex88159275602B1274b21
Octal21025222712605344711341
Binary100010001010110010010111101011001010111001001111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881592; }

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

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

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

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

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

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

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

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