#80188D

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

Shades of Dark Magenta #80188D

Tints of Dark Magenta #80188D

Color information

#80188D (or 0x80188D) is unknown color: approx Dark Magenta. HEX triplet: 80, 18 and 8D. RGB value is (128,24,141). Sum of RGB (Red+Green+Blue) = 128+24+141=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #80188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80188D is #7FE772. Grayscale: #444444. Windows color (decimal): -8382323 or 9246848. OLE color: 9246848.

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

Color convert

RGB12824141-
CMYK0.090.8300.45
HSL293.33º70.91%32.35%-
HSV(B)293.33º82.98%55.29%-
XYZ14.047.1725.84-
YUV68.43168.96170.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.69%
GREEN value IS 24 (9.77% from 255) = 8.19%
BLUE value IS 141 (55.47% from 255) = 48.12%
R=43.69%
G=8.19%
B=48.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128241410.090.8300.45293.3370.9132.35
Hex80188D95302D1254720
Octal200302151112305544510740
Binary1000000011000100011011001101001101011011001001011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80188D; }

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

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

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

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

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

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

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

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