#811890

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

Shades of Dark Magenta #811890

Tints of Dark Magenta #811890

Color information

#811890 (or 0x811890) is unknown color: approx Dark Magenta. HEX triplet: 81, 18 and 90. RGB value is (129,24,144). Sum of RGB (Red+Green+Blue) = 129+24+144=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #811890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811890 is #7EE76F. Grayscale: #444444. Windows color (decimal): -8316784 or 9443457. OLE color: 9443457.

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

Color convert

RGB12924144-
CMYK0.100.8300.44
HSL292.5º71.43%32.94%-
HSV(B)292.5º83.33%56.47%-
XYZ14.417.3327.04-
YUV69.08170.29170.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=43.43%
G=8.08%
B=48.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129241440.100.8300.44292.571.4332.94
Hex811890A5302C1244721
Octal201302201212305444410741
Binary1000000111000100100001010101001101011001001001001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811890; }

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

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

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

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

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

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

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

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