#810498

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

Shades of Dark Magenta #810498

Tints of Dark Magenta #810498

Color information

#810498 (or 0x810498) is unknown color: approx Dark Magenta. HEX triplet: 81, 04 and 98. RGB value is (129,4,152). Sum of RGB (Red+Green+Blue) = 129+4+152=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #810498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810498 is #7EFB67. Grayscale: #393939. Windows color (decimal): -8321896 or 9962625. OLE color: 9962625.

HSL color Cylindrical-coordinate representation of color #810498: hue angle of 290.68º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #810498 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1294152-
CMYK0.150.9700.40
HSL290.68º94.87%30.59%-
HSV(B)290.68º97.37%59.61%-
XYZ14.767.0230.28-
YUV58.25180.91178.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 4 (1.95% from 255) = 1.40%
BLUE value IS 152 (59.77% from 255) = 53.33%
R=45.26%
G=1.40%
B=53.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12941520.150.9700.40290.6894.8730.59
Hex81498F610281235f1f
Octal20142301714105044313737
Binary1000000110010011000111111000010101000100100011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810498; }

 p { color: rgb(129,4,152); }

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

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

 a { background-color: rgb(129,4,152); }

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

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

 span { border-color: rgb(129,4,152); }

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