#801399

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

Shades of Dark Magenta #801399

Tints of Dark Magenta #801399

Color information

#801399 (or 0x801399) is unknown color: approx Dark Magenta. HEX triplet: 80, 13 and 99. RGB value is (128,19,153). Sum of RGB (Red+Green+Blue) = 128+19+153=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #801399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801399 is #7FEC66. Grayscale: #424242. Windows color (decimal): -8383591 or 10032000. OLE color: 10032000.

HSL color Cylindrical-coordinate representation of color #801399: hue angle of 288.81º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801399 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12819153-
CMYK0.160.8800.4
HSL288.81º77.91%33.73%-
HSV(B)288.81º87.58%60%-
XYZ14.887.3530.77-
YUV66.87176.61171.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.67%
GREEN value IS 19 (7.81% from 255) = 6.33%
BLUE value IS 153 (60.16% from 255) = 51%
R=42.67%
G=6.33%
B=51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128191530.160.8800.4288.8177.9133.73
Hex80139910580281214e22
Octal200232312013005044111642
Binary10000000100111001100110000101100001010001001000011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801399; }

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

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

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

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

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

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

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

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