#810890

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

Shades of Dark Magenta #810890

Tints of Dark Magenta #810890

Color information

#810890 (or 0x810890) is unknown color: approx Dark Magenta. HEX triplet: 81, 08 and 90. RGB value is (129,8,144). Sum of RGB (Red+Green+Blue) = 129+8+144=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #810890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810890 is #7EF76F. Grayscale: #3B3B3B. Windows color (decimal): -8320880 or 9439361. OLE color: 9439361.

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

Color convert

RGB1298144-
CMYK0.100.9400.44
HSL293.38º89.47%29.8%-
HSV(B)293.38º94.44%56.47%-
XYZ14.176.8526.96-
YUV59.68175.59177.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 8 (3.52% from 255) = 2.85%
BLUE value IS 144 (56.64% from 255) = 51.25%
R=45.91%
G=2.85%
B=51.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12981440.100.9400.44293.3889.4729.8
Hex81890A5E02C125591e
Octal201102201213605444513136
Binary10000001100010010000101010111100101100100100101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810890; }

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

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

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

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

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

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

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

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