#810092

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

Shades of Dark Magenta #810092

Tints of Dark Magenta #810092

Color information

#810092 (or 0x810092) is unknown color: approx Dark Magenta. HEX triplet: 81, 00 and 92. RGB value is (129,0,146). Sum of RGB (Red+Green+Blue) = 129+0+146=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #810092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810092 is #7EFF6D. Grayscale: #363636. Windows color (decimal): -8322926 or 9568385. OLE color: 9568385.

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

Color convert

RGB1290146-
CMYK0.12100.43
HSL293.01º100%28.63%-
HSV(B)293.01º100%57.25%-
XYZ14.246.7427.74-
YUV55.22179.24180.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 53.09%
R=46.91%
G=0%
B=53.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12901460.12100.43293.0110028.63
Hex81092C6402B125641d
Octal20102221414405344514435
Binary10000001010010010110011001000101011100100101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810092; }

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

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

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

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

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

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

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

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