#800D8C

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

Shades of Dark Magenta #800D8C

Tints of Dark Magenta #800D8C

Color information

#800D8C (or 0x800D8C) is unknown color: approx Dark Magenta. HEX triplet: 80, 0D and 8C. RGB value is (128,13,140). Sum of RGB (Red+Green+Blue) = 128+13+140=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #800D8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800D8C is #7FF273. Grayscale: #3D3D3D. Windows color (decimal): -8385140 or 9178496. OLE color: 9178496.

HSL color Cylindrical-coordinate representation of color #800D8C: hue angle of 294.33º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800D8C is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12813140-
CMYK0.090.9100.45
HSL294.33º83.01%30%-
HSV(B)294.33º90.71%54.9%-
XYZ13.786.7725.39-
YUV61.86172.1175.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 13 (5.47% from 255) = 4.63%
BLUE value IS 140 (55.08% from 255) = 49.82%
R=45.55%
G=4.63%
B=49.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128131400.090.9100.45294.3383.0130
Hex80D8C95B02D126531e
Octal200152141113305544612336
Binary10000000110110001100100110110110101101100100110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800D8C; }

 p { color: rgb(128,13,140); }

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

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

 a { background-color: rgb(128,13,140); }

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

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

 span { border-color: rgb(128,13,140); }

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