#81169D

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

Shades of Dark Magenta #81169D

Tints of Dark Magenta #81169D

Color information

#81169D (or 0x81169D) is unknown color: approx Dark Magenta. HEX triplet: 81, 16 and 9D. RGB value is (129,22,157). Sum of RGB (Red+Green+Blue) = 129+22+157=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #81169D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81169D is #7EE962. Grayscale: #444444. Windows color (decimal): -8317283 or 10294913. OLE color: 10294913.

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

Color convert

RGB12922157-
CMYK0.180.8600.38
HSL287.56º75.42%35.1%-
HSV(B)287.56º85.99%61.57%-
XYZ15.437.6832.57-
YUV69.38177.45170.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 22 (8.98% from 255) = 7.14%
BLUE value IS 157 (61.72% from 255) = 50.97%
R=41.88%
G=7.14%
B=50.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129221570.180.8600.38287.5675.4235.1
Hex81169D12560261204b23
Octal201262352212604644011343
Binary10000001101101001110110010101011001001101001000001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81169D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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