#80138F

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

Shades of Dark Magenta #80138F

Tints of Dark Magenta #80138F

Color information

#80138F (or 0x80138F) is unknown color: approx Dark Magenta. HEX triplet: 80, 13 and 8F. RGB value is (128,19,143). Sum of RGB (Red+Green+Blue) = 128+19+143=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #80138F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80138F is #7FEC70. Grayscale: #414141. Windows color (decimal): -8383601 or 9376640. OLE color: 9376640.

HSL color Cylindrical-coordinate representation of color #80138F: hue angle of 292.74º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80138F is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12819143-
CMYK0.100.8700.44
HSL292.74º76.54%31.76%-
HSV(B)292.74º86.71%56.08%-
XYZ14.097.0426.6-
YUV65.73171.61172.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.14%
GREEN value IS 19 (7.81% from 255) = 6.55%
BLUE value IS 143 (56.25% from 255) = 49.31%
R=44.14%
G=6.55%
B=49.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128191430.100.8700.44292.7476.5431.76
Hex80138FA5702C1254d20
Octal200232171212705444511540
Binary1000000010011100011111010101011101011001001001011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80138F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80138F; }

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

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

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

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

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

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

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

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