#850892

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

Shades of Dark Magenta #850892

Tints of Dark Magenta #850892

Color information

#850892 (or 0x850892) is unknown color: approx Dark Magenta. HEX triplet: 85, 08 and 92. RGB value is (133,8,146). Sum of RGB (Red+Green+Blue) = 133+8+146=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #850892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850892 is #7AF76D. Grayscale: #3C3C3C. Windows color (decimal): -8058734 or 9570437. OLE color: 9570437.

HSL color Cylindrical-coordinate representation of color #850892: hue angle of 294.35º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850892 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1338146-
CMYK0.090.9500.43
HSL294.35º89.61%30.2%-
HSV(B)294.35º94.52%57.25%-
XYZ14.957.2427.8-
YUV61.11175.91179.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 8 (3.52% from 255) = 2.79%
BLUE value IS 146 (57.42% from 255) = 50.87%
R=46.34%
G=2.79%
B=50.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13381460.090.9500.43294.3589.6130.2
Hex8589295F02B1265a1e
Octal205102221113705344613236
Binary10000101100010010010100110111110101011100100110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850892; }

 p { color: rgb(133,8,146); }

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

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

 a { background-color: rgb(133,8,146); }

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

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

 span { border-color: rgb(133,8,146); }

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