#81198D

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

Shades of Dark Magenta #81198D

Tints of Dark Magenta #81198D

Color information

#81198D (or 0x81198D) is unknown color: approx Dark Magenta. HEX triplet: 81, 19 and 8D. RGB value is (129,25,141). Sum of RGB (Red+Green+Blue) = 129+25+141=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #81198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81198D is #7EE672. Grayscale: #444444. Windows color (decimal): -8316531 or 9247105. OLE color: 9247105.

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

Color convert

RGB12925141-
CMYK0.090.8200.45
HSL293.79º69.88%32.55%-
HSV(B)293.79º82.27%55.29%-
XYZ14.217.2925.86-
YUV69.32168.46170.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 25 (10.16% from 255) = 8.47%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=43.73%
G=8.47%
B=47.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129251410.090.8200.45293.7969.8832.55
Hex81198D95202D1264621
Octal201312151112205544610641
Binary1000000111001100011011001101001001011011001001101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81198D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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