#810292

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

Shades of Dark Magenta #810292

Tints of Dark Magenta #810292

Color information

#810292 (or 0x810292) is unknown color: approx Dark Magenta. HEX triplet: 81, 02 and 92. RGB value is (129,2,146). Sum of RGB (Red+Green+Blue) = 129+2+146=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #810292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810292 is #7EFD6D. Grayscale: #373737. Windows color (decimal): -8322414 or 9568897. OLE color: 9568897.

HSL color Cylindrical-coordinate representation of color #810292: hue angle of 292.92º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810292 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1292146-
CMYK0.120.9900.43
HSL292.92º97.3%29.02%-
HSV(B)292.92º98.63%57.25%-
XYZ14.266.7927.75-
YUV56.39178.58179.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.57%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=46.57%
G=0.72%
B=52.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12921460.120.9900.43292.9297.329.02
Hex81292C6302B125611d
Octal20122221414305344514135
Binary100000011010010010110011000110101011100100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810292; }

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

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

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

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

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

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

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

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