#81018B

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

Shades of Dark Magenta #81018B

Tints of Dark Magenta #81018B

Color information

#81018B (or 0x81018B) is unknown color: approx Dark Magenta. HEX triplet: 81, 01 and 8B. RGB value is (129,1,139). Sum of RGB (Red+Green+Blue) = 129+1+139=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #81018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81018B is #7EFE74. Grayscale: #363636. Windows color (decimal): -8322677 or 9109889. OLE color: 9109889.

HSL color Cylindrical-coordinate representation of color #81018B: hue angle of 295.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81018B is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1291139-
CMYK0.070.9900.45
HSL295.65º98.57%27.45%-
HSV(B)295.65º99.28%54.51%-
XYZ13.726.5524.97-
YUV55175.41180.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.96%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=47.96%
G=0.37%
B=51.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12911390.070.9900.45295.6598.5727.45
Hex8118B76302D128631b
Octal2011213714305545014333
Binary1000000111000101111111000110101101100101000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81018B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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