#81128A

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

Shades of Dark Magenta #81128A

Tints of Dark Magenta #81128A

Color information

#81128A (or 0x81128A) is unknown color: approx Dark Magenta. HEX triplet: 81, 12 and 8A. RGB value is (129,18,138). Sum of RGB (Red+Green+Blue) = 129+18+138=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #81128A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81128A is #7EED75. Grayscale: #404040. Windows color (decimal): -8318326 or 9048705. OLE color: 9048705.

HSL color Cylindrical-coordinate representation of color #81128A: hue angle of 295.5º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81128A is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12918138-
CMYK0.070.8700.46
HSL295.5º76.92%30.59%-
HSV(B)295.5º86.96%54.12%-
XYZ13.866.9324.65-
YUV64.87169.27173.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 18 (7.42% from 255) = 6.32%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=45.26%
G=6.32%
B=48.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129181380.070.8700.46295.576.9230.59
Hex81128A75702E1284d1f
Octal20122212712705645011537
Binary10000001100101000101011110101110101110100101000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81128A; }

 p { color: rgb(129,18,138); }

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

<style>
 a { background-color: #81128A; }

 a { background-color: rgb(129,18,138); }

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

<style>
 span { border-color: #81128A; }

 span { border-color: rgb(129,18,138); }

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