#811792

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

Shades of Dark Magenta #811792

Tints of Dark Magenta #811792

Color information

#811792 (or 0x811792) is unknown color: approx Dark Magenta. HEX triplet: 81, 17 and 92. RGB value is (129,23,146). Sum of RGB (Red+Green+Blue) = 129+23+146=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #811792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811792 is #7EE86D. Grayscale: #444444. Windows color (decimal): -8317038 or 9574273. OLE color: 9574273.

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

Color convert

RGB12923146-
CMYK0.120.8400.43
HSL291.71º72.78%33.14%-
HSV(B)291.71º84.25%57.25%-
XYZ14.557.3627.85-
YUV68.72171.62171-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.29%
GREEN value IS 23 (9.38% from 255) = 7.72%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=43.29%
G=7.72%
B=48.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal129231460.120.8400.43291.7172.7833.14
Hex811792C5402B1244921
Octal201272221412405344411141
Binary1000000110111100100101100101010001010111001001001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811792; }

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

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

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

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

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

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

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

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