#811199

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

Shades of Dark Magenta #811199

Tints of Dark Magenta #811199

Color information

#811199 (or 0x811199) is unknown color: approx Dark Magenta. HEX triplet: 81, 11 and 99. RGB value is (129,17,153). Sum of RGB (Red+Green+Blue) = 129+17+153=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #811199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811199 is #7EEE66. Grayscale: #414141. Windows color (decimal): -8318567 or 10031489. OLE color: 10031489.

HSL color Cylindrical-coordinate representation of color #811199: hue angle of 289.41º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #811199 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12917153-
CMYK0.160.8900.4
HSL289.41º80%33.33%-
HSV(B)289.41º88.89%60%-
XYZ157.3730.77-
YUV65.99177.11172.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.14%
GREEN value IS 17 (7.03% from 255) = 5.69%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=43.14%
G=5.69%
B=51.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129171530.160.8900.4289.418033.33
Hex81119910590281215021
Octal201212312013105044112041
Binary10000001100011001100110000101100101010001001000011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811199; }

 p { color: rgb(129,17,153); }

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

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

 a { background-color: rgb(129,17,153); }

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

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

 span { border-color: rgb(129,17,153); }

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