#81138B

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

Shades of Dark Magenta #81138B

Tints of Dark Magenta #81138B

Color information

#81138B (or 0x81138B) is unknown color: approx Dark Magenta. HEX triplet: 81, 13 and 8B. RGB value is (129,19,139). Sum of RGB (Red+Green+Blue) = 129+19+139=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #81138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81138B is #7EEC74. Grayscale: #414141. Windows color (decimal): -8318069 or 9114497. OLE color: 9114497.

HSL color Cylindrical-coordinate representation of color #81138B: hue angle of 295º 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 #81138B is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12919139-
CMYK0.070.8600.45
HSL295º75.95%30.98%-
HSV(B)295º86.33%54.51%-
XYZ13.95725.04-
YUV65.57169.44173.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.95%
GREEN value IS 19 (7.81% from 255) = 6.62%
BLUE value IS 139 (54.69% from 255) = 48.43%
R=44.95%
G=6.62%
B=48.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129191390.070.8600.4529575.9530.98
Hex81138B75602D1274c1f
Octal20123213712605544711437
Binary10000001100111000101111110101100101101100100111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81138B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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