#851896

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

Shades of Dark Magenta #851896

Tints of Dark Magenta #851896

Color information

#851896 (or 0x851896) is unknown color: approx Dark Magenta. HEX triplet: 85, 18 and 96. RGB value is (133,24,150). Sum of RGB (Red+Green+Blue) = 133+24+150=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #851896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851896 is #7AE769. Grayscale: #464646. Windows color (decimal): -8054634 or 9836677. OLE color: 9836677.

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

Color convert

RGB13324150-
CMYK0.110.8400.41
HSL291.9º72.41%34.12%-
HSV(B)291.9º84%58.82%-
XYZ15.57.8429.55-
YUV70.96172.61172.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 24 (9.77% from 255) = 7.82%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=43.32%
G=7.82%
B=48.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133241500.110.8400.41291.972.4134.12
Hex851896B540291244822
Octal205302261312405144411042
Binary1000010111000100101101011101010001010011001001001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851896; }

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

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

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

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

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

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

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

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