#851890

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

Shades of Dark Magenta #851890

Tints of Dark Magenta #851890

Color information

#851890 (or 0x851890) is unknown color: approx Dark Magenta. HEX triplet: 85, 18 and 90. RGB value is (133,24,144). Sum of RGB (Red+Green+Blue) = 133+24+144=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #851890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851890 is #7AE76F. Grayscale: #454545. Windows color (decimal): -8054640 or 9443461. OLE color: 9443461.

HSL color Cylindrical-coordinate representation of color #851890: hue angle of 294.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851890 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13324144-
CMYK0.080.8300.44
HSL294.5º71.43%32.94%-
HSV(B)294.5º83.33%56.47%-
XYZ15.037.6527.07-
YUV70.27169.61172.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 24 (9.77% from 255) = 7.97%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=44.19%
G=7.97%
B=47.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133241440.080.8300.44294.571.4332.94
Hex85189085302C1264721
Octal205302201012305444610741
Binary1000010111000100100001000101001101011001001001101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851890; }

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

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

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

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

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

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

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

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