#810898

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

Shades of Dark Magenta #810898

Tints of Dark Magenta #810898

Color information

#810898 (or 0x810898) is unknown color: approx Dark Magenta. HEX triplet: 81, 08 and 98. RGB value is (129,8,152). Sum of RGB (Red+Green+Blue) = 129+8+152=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #810898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810898 is #7EF767. Grayscale: #3C3C3C. Windows color (decimal): -8320872 or 9963649. OLE color: 9963649.

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

Color convert

RGB1298152-
CMYK0.150.9500.40
HSL290.42º90%31.37%-
HSV(B)290.42º94.74%59.61%-
XYZ14.817.1130.3-
YUV60.6179.59176.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.64%
GREEN value IS 8 (3.52% from 255) = 2.77%
BLUE value IS 152 (59.77% from 255) = 52.60%
R=44.64%
G=2.77%
B=52.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12981520.150.9500.40290.429031.37
Hex81898F5F0281225a1f
Octal201102301713705044213237
Binary10000001100010011000111110111110101000100100010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810898; }

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

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

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

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

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

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

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

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