#81038B

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

Shades of Dark Magenta #81038B

Tints of Dark Magenta #81038B

Color information

#81038B (or 0x81038B) is unknown color: approx Dark Magenta. HEX triplet: 81, 03 and 8B. RGB value is (129,3,139). Sum of RGB (Red+Green+Blue) = 129+3+139=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #81038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81038B is #7EFC74. Grayscale: #373737. Windows color (decimal): -8322165 or 9110401. OLE color: 9110401.

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

Color convert

RGB1293139-
CMYK0.070.9800.45
HSL295.59º95.77%27.84%-
HSV(B)295.59º97.84%54.51%-
XYZ13.756.624.97-
YUV56.18174.74179.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 139 (54.69% from 255) = 51.29%
R=47.60%
G=1.11%
B=51.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12931390.070.9800.45295.5995.7727.84
Hex8138B76202D128601c
Octal2013213714205545014034
Binary10000001111000101111111000100101101100101000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81038B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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