#881390

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

Shades of Dark Magenta #881390

Tints of Dark Magenta #881390

Color information

#881390 (or 0x881390) is unknown color: approx Dark Magenta. HEX triplet: 88, 13 and 90. RGB value is (136,19,144). Sum of RGB (Red+Green+Blue) = 136+19+144=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #881390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881390 is #77EC6F. Grayscale: #434343. Windows color (decimal): -7859312 or 9442184. OLE color: 9442184.

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

Color convert

RGB13619144-
CMYK0.060.8700.44
HSL296.16º76.69%31.96%-
HSV(B)296.16º86.81%56.47%-
XYZ15.427.7127.06-
YUV68.23170.76176.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.48%
GREEN value IS 19 (7.81% from 255) = 6.35%
BLUE value IS 144 (56.64% from 255) = 48.16%
R=45.48%
G=6.35%
B=48.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136191440.060.8700.44296.1676.6931.96
Hex88139065702C1284d20
Octal21023220612705445011540
Binary100010001001110010000110101011101011001001010001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881390; }

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

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

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

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

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

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

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

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