#81198B

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

Shades of Dark Magenta #81198B

Tints of Dark Magenta #81198B

Color information

#81198B (or 0x81198B) is unknown color: approx Dark Magenta. HEX triplet: 81, 19 and 8B. RGB value is (129,25,139). Sum of RGB (Red+Green+Blue) = 129+25+139=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #81198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81198B is #7EE674. Grayscale: #444444. Windows color (decimal): -8316533 or 9116033. OLE color: 9116033.

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

Color convert

RGB12925139-
CMYK0.070.8200.45
HSL294.74º69.51%32.16%-
HSV(B)294.74º82.01%54.51%-
XYZ14.067.2325.08-
YUV69.09167.46170.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.03%
GREEN value IS 25 (10.16% from 255) = 8.53%
BLUE value IS 139 (54.69% from 255) = 47.44%
R=44.03%
G=8.53%
B=47.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129251390.070.8200.45294.7469.5132.16
Hex81198B75202D1274620
Octal20131213712205544710640
Binary100000011100110001011111101001001011011001001111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81198B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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