#80138B

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

Shades of Dark Magenta #80138B

Tints of Dark Magenta #80138B

Color information

#80138B (or 0x80138B) is unknown color: approx Dark Magenta. HEX triplet: 80, 13 and 8B. RGB value is (128,19,139). Sum of RGB (Red+Green+Blue) = 128+19+139=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #80138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80138B is #7FEC74. Grayscale: #404040. Windows color (decimal): -8383605 or 9114496. OLE color: 9114496.

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

Color convert

RGB12819139-
CMYK0.080.8600.45
HSL294.5º75.95%30.98%-
HSV(B)294.5º86.33%54.51%-
XYZ13.86.9225.03-
YUV65.27169.61172.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.76%
GREEN value IS 19 (7.81% from 255) = 6.64%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=44.76%
G=6.64%
B=48.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128191390.080.8600.45294.575.9530.98
Hex80138B85602D1264c1f
Octal200232131012605544611437
Binary100000001001110001011100010101100101101100100110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80138B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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