#881190

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

Shades of Dark Magenta #881190

Tints of Dark Magenta #881190

Color information

#881190 (or 0x881190) is unknown color: approx Dark Magenta. HEX triplet: 88, 11 and 90. RGB value is (136,17,144). Sum of RGB (Red+Green+Blue) = 136+17+144=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #881190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881190 is #77EE6F. Grayscale: #424242. Windows color (decimal): -7859824 or 9441672. OLE color: 9441672.

HSL color Cylindrical-coordinate representation of color #881190: hue angle of 296.22º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881190 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13617144-
CMYK0.060.8800.44
HSL296.22º78.88%31.57%-
HSV(B)296.22º88.19%56.47%-
XYZ15.397.6527.05-
YUV67.06171.42177.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.79%
GREEN value IS 17 (7.03% from 255) = 5.72%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=45.79%
G=5.72%
B=48.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136171440.060.8800.44296.2278.8831.57
Hex88119065802C1284f20
Octal21021220613005445011740
Binary100010001000110010000110101100001011001001010001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881190; }

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

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

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

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

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

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

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

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