#881199

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

Shades of Dark Magenta #881199

Tints of Dark Magenta #881199

Color information

#881199 (or 0x881199) is unknown color: approx Dark Magenta. HEX triplet: 88, 11 and 99. RGB value is (136,17,153). Sum of RGB (Red+Green+Blue) = 136+17+153=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #881199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881199 is #77EE66. Grayscale: #434343. Windows color (decimal): -7859815 or 10031496. OLE color: 10031496.

HSL color Cylindrical-coordinate representation of color #881199: hue angle of 292.5º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #881199 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13617153-
CMYK0.110.8900.4
HSL292.5º80%33.33%-
HSV(B)292.5º88.89%60%-
XYZ16.17.9430.82-
YUV68.09175.92176.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.44%
GREEN value IS 17 (7.03% from 255) = 5.56%
BLUE value IS 153 (60.16% from 255) = 50%
R=44.44%
G=5.56%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal136171530.110.8900.4292.58033.33
Hex881199B590281245021
Octal210212311313105044412041
Binary1000100010001100110011011101100101010001001001001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881199; }

 p { color: rgb(136,17,153); }

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

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

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

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

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

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

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