#851691

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

Shades of Dark Magenta #851691

Tints of Dark Magenta #851691

Color information

#851691 (or 0x851691) is unknown color: approx Dark Magenta. HEX triplet: 85, 16 and 91. RGB value is (133,22,145). Sum of RGB (Red+Green+Blue) = 133+22+145=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #851691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851691 is #7AE96E. Grayscale: #444444. Windows color (decimal): -8055151 or 9508485. OLE color: 9508485.

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

Color convert

RGB13322145-
CMYK0.080.8500.43
HSL294.15º73.65%32.75%-
HSV(B)294.15º84.83%56.86%-
XYZ15.077.627.46-
YUV69.21170.77173.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 22 (8.98% from 255) = 7.33%
BLUE value IS 145 (57.03% from 255) = 48.33%
R=44.33%
G=7.33%
B=48.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133221450.080.8500.43294.1573.6532.75
Hex85169185502B1264a21
Octal205262211012505344611241
Binary1000010110110100100011000101010101010111001001101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851691; }

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

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

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

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

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

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

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

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