#851597

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

Shades of Dark Magenta #851597

Tints of Dark Magenta #851597

Color information

#851597 (or 0x851597) is unknown color: approx Dark Magenta. HEX triplet: 85, 15 and 97. RGB value is (133,21,151). Sum of RGB (Red+Green+Blue) = 133+21+151=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #851597 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851597 is #7AEA68. Grayscale: #444444. Windows color (decimal): -8055401 or 9901445. OLE color: 9901445.

HSL color Cylindrical-coordinate representation of color #851597: hue angle of 291.69º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851597 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13321151-
CMYK0.120.8600.41
HSL291.69º75.58%33.73%-
HSV(B)291.69º86.09%59.22%-
XYZ15.537.7629.96-
YUV69.31174.11173.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 21 (8.59% from 255) = 6.89%
BLUE value IS 151 (59.38% from 255) = 49.51%
R=43.61%
G=6.89%
B=49.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133211510.120.8600.41291.6975.5833.73
Hex851597C560291244c22
Octal205252271412605144411442
Binary1000010110101100101111100101011001010011001001001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851597; }

 p { color: rgb(133,21,151); }

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

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

 a { background-color: rgb(133,21,151); }

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

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

 span { border-color: rgb(133,21,151); }

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