#80128B

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

Shades of Dark Magenta #80128B

Tints of Dark Magenta #80128B

Color information

#80128B (or 0x80128B) is unknown color: approx Dark Magenta. HEX triplet: 80, 12 and 8B. RGB value is (128,18,139). Sum of RGB (Red+Green+Blue) = 128+18+139=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #80128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80128B is #7FED74. Grayscale: #404040. Windows color (decimal): -8383861 or 9114240. OLE color: 9114240.

HSL color Cylindrical-coordinate representation of color #80128B: hue angle of 294.55º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80128B is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12818139-
CMYK0.080.8700.45
HSL294.55º77.07%30.78%-
HSV(B)294.55º87.05%54.51%-
XYZ13.786.8925.03-
YUV64.68169.94173.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 18 (7.42% from 255) = 6.32%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=44.91%
G=6.32%
B=48.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128181390.080.8700.45294.5577.0730.78
Hex80128B85702D1274d1f
Octal200222131012705544711537
Binary100000001001010001011100010101110101101100100111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80128B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80128B; }

 p { color: rgb(128,18,139); }

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

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

 a { background-color: rgb(128,18,139); }

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

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

 span { border-color: rgb(128,18,139); }

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