#801199

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

Shades of Dark Magenta #801199

Tints of Dark Magenta #801199

Color information

#801199 (or 0x801199) is unknown color: approx Dark Magenta. HEX triplet: 80, 11 and 99. RGB value is (128,17,153). Sum of RGB (Red+Green+Blue) = 128+17+153=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #801199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801199 is #7FEE66. Grayscale: #414141. Windows color (decimal): -8384103 or 10031488. OLE color: 10031488.

HSL color Cylindrical-coordinate representation of color #801199: hue angle of 288.97º 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 #801199 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12817153-
CMYK0.160.8900.4
HSL288.97º80%33.33%-
HSV(B)288.97º88.89%60%-
XYZ14.857.2930.76-
YUV65.69177.27172.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 17 (7.03% from 255) = 5.70%
BLUE value IS 153 (60.16% from 255) = 51.34%
R=42.95%
G=5.70%
B=51.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128171530.160.8900.4288.978033.33
Hex80119910590281215021
Octal200212312013105044112041
Binary10000000100011001100110000101100101010001001000011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801199; }

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

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

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

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

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

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

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

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