#81059E

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

Shades of Dark Magenta #81059E

Tints of Dark Magenta #81059E

Color information

#81059E (or 0x81059E) is unknown color: approx Dark Magenta. HEX triplet: 81, 05 and 9E. RGB value is (129,5,158). Sum of RGB (Red+Green+Blue) = 129+5+158=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #81059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81059E is #7EFA61. Grayscale: #3B3B3B. Windows color (decimal): -8321634 or 10356097. OLE color: 10356097.

HSL color Cylindrical-coordinate representation of color #81059E: hue angle of 288.63º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81059E is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1295158-
CMYK0.180.9700.38
HSL288.63º93.87%31.96%-
HSV(B)288.63º96.84%61.96%-
XYZ15.287.2432.94-
YUV59.52183.58177.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 5 (2.34% from 255) = 1.71%
BLUE value IS 158 (62.11% from 255) = 54.11%
R=44.18%
G=1.71%
B=54.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12951580.180.9700.38288.6393.8731.96
Hex8159E12610261215e20
Octal20152362214104644113640
Binary100000011011001111010010110000101001101001000011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81059E; }

 p { color: rgb(129,5,158); }

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

<style>
 a { background-color: #81059E; }

 a { background-color: rgb(129,5,158); }

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

<style>
 span { border-color: #81059E; }

 span { border-color: rgb(129,5,158); }

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