#850795

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

Shades of Dark Magenta #850795

Tints of Dark Magenta #850795

Color information

#850795 (or 0x850795) is unknown color: approx Dark Magenta. HEX triplet: 85, 07 and 95. RGB value is (133,7,149). Sum of RGB (Red+Green+Blue) = 133+7+149=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #850795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850795 is #7AF86A. Grayscale: #3C3C3C. Windows color (decimal): -8058987 or 9766789. OLE color: 9766789.

HSL color Cylindrical-coordinate representation of color #850795: hue angle of 293.24º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850795 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1337149-
CMYK0.110.9500.42
HSL293.24º91.03%30.59%-
HSV(B)293.24º95.3%58.43%-
XYZ15.177.3129.04-
YUV60.86177.74179.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 7 (3.12% from 255) = 2.42%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=46.02%
G=2.42%
B=51.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13371490.110.9500.42293.2491.0330.59
Hex85795B5F02A1255b1f
Octal20572251313705244513337
Binary1000010111110010101101110111110101010100100101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850795; }

 p { color: rgb(133,7,149); }

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

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

 a { background-color: rgb(133,7,149); }

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

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

 span { border-color: rgb(133,7,149); }

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