#851196

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

Shades of Dark Magenta #851196

Tints of Dark Magenta #851196

Color information

#851196 (or 0x851196) is unknown color: approx Dark Magenta. HEX triplet: 85, 11 and 96. RGB value is (133,17,150). Sum of RGB (Red+Green+Blue) = 133+17+150=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #851196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851196 is #7AEE69. Grayscale: #424242. Windows color (decimal): -8056426 or 9834885. OLE color: 9834885.

HSL color Cylindrical-coordinate representation of color #851196: hue angle of 292.33º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851196 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13317150-
CMYK0.110.8900.41
HSL292.33º79.64%32.75%-
HSV(B)292.33º88.67%58.82%-
XYZ15.387.5929.51-
YUV66.85174.93175.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 17 (7.03% from 255) = 5.67%
BLUE value IS 150 (58.98% from 255) = 50%
R=44.33%
G=5.67%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133171500.110.8900.41292.3379.6432.75
Hex851196B590291245021
Octal205212261313105144412041
Binary1000010110001100101101011101100101010011001001001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851196; }

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

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

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

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

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

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

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

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