#810295

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

Shades of Dark Magenta #810295

Tints of Dark Magenta #810295

Color information

#810295 (or 0x810295) is unknown color: approx Dark Magenta. HEX triplet: 81, 02 and 95. RGB value is (129,2,149). Sum of RGB (Red+Green+Blue) = 129+2+149=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #810295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810295 is #7EFD6A. Grayscale: #383838. Windows color (decimal): -8322411 or 9765505. OLE color: 9765505.

HSL color Cylindrical-coordinate representation of color #810295: hue angle of 291.84º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810295 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1292149-
CMYK0.130.9900.42
HSL291.84º97.35%29.61%-
HSV(B)291.84º98.66%58.43%-
XYZ14.56.8829-
YUV56.73180.08179.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.07%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 149 (58.59% from 255) = 53.21%
R=46.07%
G=0.71%
B=53.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12921490.130.9900.42291.8497.3529.61
Hex81295D6302A124611e
Octal20122251514305244414136
Binary100000011010010101110111000110101010100100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810295; }

 p { color: rgb(129,2,149); }

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

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

 a { background-color: rgb(129,2,149); }

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

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

 span { border-color: rgb(129,2,149); }

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