#81009D

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

Shades of Dark Magenta #81009D

Tints of Dark Magenta #81009D

Color information

#81009D (or 0x81009D) is unknown color: approx Dark Magenta. HEX triplet: 81, 00 and 9D. RGB value is (129,0,157). Sum of RGB (Red+Green+Blue) = 129+0+157=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #81009D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81009D is #7EFF62. Grayscale: #373737. Windows color (decimal): -8322915 or 10289281. OLE color: 10289281.

HSL color Cylindrical-coordinate representation of color #81009D: hue angle of 289.3º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81009D is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1290157-
CMYK0.18100.38
HSL289.3º100%30.78%-
HSV(B)289.3º100%61.57%-
XYZ15.147.132.47-
YUV56.47184.74179.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 157 (61.72% from 255) = 54.90%
R=45.10%
G=0%
B=54.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12901570.18100.38289.310030.78
Hex8109D1264026121641f
Octal20102352214404644114437
Binary100000010100111011001011001000100110100100001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81009D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,0,157); }

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

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

 a { background-color: rgb(129,0,157); }

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

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

 span { border-color: rgb(129,0,157); }

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