#850992

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

Shades of Dark Magenta #850992

Tints of Dark Magenta #850992

Color information

#850992 (or 0x850992) is unknown color: approx Dark Magenta. HEX triplet: 85, 09 and 92. RGB value is (133,9,146). Sum of RGB (Red+Green+Blue) = 133+9+146=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #850992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850992 is #7AF66D. Grayscale: #3D3D3D. Windows color (decimal): -8058478 or 9570693. OLE color: 9570693.

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

Color convert

RGB1339146-
CMYK0.090.9400.43
HSL294.31º88.39%30.39%-
HSV(B)294.31º93.84%57.25%-
XYZ14.967.2627.81-
YUV61.69175.58178.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 9 (3.91% from 255) = 3.12%
BLUE value IS 146 (57.42% from 255) = 50.69%
R=46.18%
G=3.12%
B=50.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13391460.090.9400.43294.3188.3930.39
Hex8599295E02B126581e
Octal205112221113605344613036
Binary10000101100110010010100110111100101011100100110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850992; }

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

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

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

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

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

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

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

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