#851391

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

Shades of Dark Magenta #851391

Tints of Dark Magenta #851391

Color information

#851391 (or 0x851391) is unknown color: approx Dark Magenta. HEX triplet: 85, 13 and 91. RGB value is (133,19,145). Sum of RGB (Red+Green+Blue) = 133+19+145=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #851391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851391 is #7AEC6E. Grayscale: #434343. Windows color (decimal): -8055919 or 9507717. OLE color: 9507717.

HSL color Cylindrical-coordinate representation of color #851391: hue angle of 294.29º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851391 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13319145-
CMYK0.080.8700.43
HSL294.29º76.83%32.16%-
HSV(B)294.29º86.9%56.86%-
XYZ15.027.527.44-
YUV67.45171.77174.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 19 (7.81% from 255) = 6.40%
BLUE value IS 145 (57.03% from 255) = 48.82%
R=44.78%
G=6.40%
B=48.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133191450.080.8700.43294.2976.8332.16
Hex85139185702B1264d20
Octal205232211012705344611540
Binary1000010110011100100011000101011101010111001001101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851391; }

 p { color: rgb(133,19,145); }

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

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

 a { background-color: rgb(133,19,145); }

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

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

 span { border-color: rgb(133,19,145); }

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