#801190

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

Shades of Dark Magenta #801190

Tints of Dark Magenta #801190

Color information

#801190 (or 0x801190) is unknown color: approx Dark Magenta. HEX triplet: 80, 11 and 90. RGB value is (128,17,144). Sum of RGB (Red+Green+Blue) = 128+17+144=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #801190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801190 is #7FEE6F. Grayscale: #404040. Windows color (decimal): -8384112 or 9441664. OLE color: 9441664.

HSL color Cylindrical-coordinate representation of color #801190: hue angle of 292.44º 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 #801190 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12817144-
CMYK0.110.8800.44
HSL292.44º78.88%31.57%-
HSV(B)292.44º88.19%56.47%-
XYZ14.14726.99-
YUV64.67172.77173.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.29%
GREEN value IS 17 (7.03% from 255) = 5.88%
BLUE value IS 144 (56.64% from 255) = 49.83%
R=44.29%
G=5.88%
B=49.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128171440.110.8800.44292.4478.8831.57
Hex801190B5802C1244f20
Octal200212201313005444411740
Binary1000000010001100100001011101100001011001001001001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801190; }

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

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

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

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

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

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

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

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