#801893

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

Shades of Dark Magenta #801893

Tints of Dark Magenta #801893

Color information

#801893 (or 0x801893) is unknown color: approx Dark Magenta. HEX triplet: 80, 18 and 93. RGB value is (128,24,147). Sum of RGB (Red+Green+Blue) = 128+24+147=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #801893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801893 is #7FE76C. Grayscale: #444444. Windows color (decimal): -8382317 or 9640064. OLE color: 9640064.

HSL color Cylindrical-coordinate representation of color #801893: hue angle of 290.73º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801893 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12824147-
CMYK0.130.8400.42
HSL290.73º71.93%33.53%-
HSV(B)290.73º83.67%57.65%-
XYZ14.57.3528.26-
YUV69.12171.96170-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 24 (9.77% from 255) = 8.03%
BLUE value IS 147 (57.81% from 255) = 49.16%
R=42.81%
G=8.03%
B=49.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128241470.130.8400.42290.7371.9333.53
Hex801893D5402A1234822
Octal200302231512405244311042
Binary1000000011000100100111101101010001010101001000111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801893; }

 p { color: rgb(128,24,147); }

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

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

 a { background-color: rgb(128,24,147); }

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

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

 span { border-color: rgb(128,24,147); }

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