#810E90

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

Shades of Dark Magenta #810E90

Tints of Dark Magenta #810E90

Color information

#810E90 (or 0x810E90) is unknown color: approx Dark Magenta. HEX triplet: 81, 0E and 90. RGB value is (129,14,144). Sum of RGB (Red+Green+Blue) = 129+14+144=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #810E90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810E90 is #7EF16F. Grayscale: #3E3E3E. Windows color (decimal): -8319344 or 9440897. OLE color: 9440897.

HSL color Cylindrical-coordinate representation of color #810E90: hue angle of 293.08º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #810E90 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12914144-
CMYK0.100.9000.44
HSL293.08º82.28%30.98%-
HSV(B)293.08º90.28%56.47%-
XYZ14.246.9926.98-
YUV63.2173.6174.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.95%
GREEN value IS 14 (5.86% from 255) = 4.88%
BLUE value IS 144 (56.64% from 255) = 50.17%
R=44.95%
G=4.88%
B=50.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129141440.100.9000.44293.0882.2830.98
Hex81E90A5A02C125521f
Octal201162201213205444512237
Binary10000001111010010000101010110100101100100100101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810E90; }

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

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

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

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

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

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

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

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