#81018F

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

Shades of Dark Magenta #81018F

Tints of Dark Magenta #81018F

Color information

#81018F (or 0x81018F) is unknown color: approx Dark Magenta. HEX triplet: 81, 01 and 8F. RGB value is (129,1,143). Sum of RGB (Red+Green+Blue) = 129+1+143=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 143 (56.25% from 255 or 52.38% from 273); Max value from RGB is 143 - color contains mainly: blue. Hex color #81018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81018F is #7EFE70. Grayscale: #373737. Windows color (decimal): -8322673 or 9372033. OLE color: 9372033.

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

Color convert

RGB1291143-
CMYK0.100.9900.44
HSL294.08º98.61%28.24%-
HSV(B)294.08º99.3%56.08%-
XYZ14.026.6726.54-
YUV55.46177.41180.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.25%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 143 (56.25% from 255) = 52.38%
R=47.25%
G=0.37%
B=52.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12911430.100.9900.44294.0898.6128.24
Hex8118FA6302C126631c
Octal20112171214305444614334
Binary10000001110001111101011000110101100100100110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81018F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,1,143); }

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

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

 a { background-color: rgb(129,1,143); }

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

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

 span { border-color: rgb(129,1,143); }

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