#851596

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

Shades of Dark Magenta #851596

Tints of Dark Magenta #851596

Color information

#851596 (or 0x851596) is unknown color: approx Dark Magenta. HEX triplet: 85, 15 and 96. RGB value is (133,21,150). Sum of RGB (Red+Green+Blue) = 133+21+150=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #851596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851596 is #7AEA69. Grayscale: #444444. Windows color (decimal): -8055402 or 9835909. OLE color: 9835909.

HSL color Cylindrical-coordinate representation of color #851596: hue angle of 292.09º degrees, saturation: 0.75, 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 #851596 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13321150-
CMYK0.110.8600.41
HSL292.09º75.44%33.53%-
HSV(B)292.09º86%58.82%-
XYZ15.457.7229.53-
YUV69.19173.61173.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 21 (8.59% from 255) = 6.91%
BLUE value IS 150 (58.98% from 255) = 49.34%
R=43.75%
G=6.91%
B=49.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133211500.110.8600.41292.0975.4433.53
Hex851596B560291244b22
Octal205252261312605144411342
Binary1000010110101100101101011101011001010011001001001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851596; }

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

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

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

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

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

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

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

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