#811690

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

Shades of Dark Magenta #811690

Tints of Dark Magenta #811690

Color information

#811690 (or 0x811690) is unknown color: approx Dark Magenta. HEX triplet: 81, 16 and 90. RGB value is (129,22,144). Sum of RGB (Red+Green+Blue) = 129+22+144=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #811690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811690 is #7EE96F. Grayscale: #434343. Windows color (decimal): -8317296 or 9442945. OLE color: 9442945.

HSL color Cylindrical-coordinate representation of color #811690: hue angle of 292.62º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811690 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12922144-
CMYK0.100.8500.44
HSL292.62º73.49%32.55%-
HSV(B)292.62º84.72%56.47%-
XYZ14.377.2527.03-
YUV67.9170.95171.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 144 (56.64% from 255) = 48.81%
R=43.73%
G=7.46%
B=48.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129221440.100.8500.44292.6273.4932.55
Hex811690A5502C1254921
Octal201262201212505444511141
Binary1000000110110100100001010101010101011001001001011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811690; }

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

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

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

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

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

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

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

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