#881388

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

Shades of Dark Magenta #881388

Tints of Dark Magenta #881388

Color information

#881388 (or 0x881388) is unknown color: approx Dark Magenta. HEX triplet: 88, 13 and 88. RGB value is (136,19,136). Sum of RGB (Red+Green+Blue) = 136+19+136=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #881388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881388 is #77EC77. Grayscale: #424242. Windows color (decimal): -7859320 or 8917896. OLE color: 8917896.

HSL color Cylindrical-coordinate representation of color #881388: hue angle of 300º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881388 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13619136-
CMYK00.8600.47
HSL300º75.48%30.39%-
HSV(B)300º86.03%53.33%-
XYZ14.837.4823.95-
YUV67.32166.76176.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.74%
GREEN value IS 19 (7.81% from 255) = 6.53%
BLUE value IS 136 (53.52% from 255) = 46.74%
R=46.74%
G=6.53%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361913600.8600.4730075.4830.39
Hex88138805602F12c4b1e
Octal21023210012605745411336
Binary100010001001110001000010101100101111100101100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881388; }

 p { color: rgb(136,19,136); }

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

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

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

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

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

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

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