#850B99

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

Shades of Dark Magenta #850B99

Tints of Dark Magenta #850B99

Color information

#850B99 (or 0x850B99) is unknown color: approx Dark Magenta. HEX triplet: 85, 0B and 99. RGB value is (133,11,153). Sum of RGB (Red+Green+Blue) = 133+11+153=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #850B99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850B99 is #7AF466. Grayscale: #3F3F3F. Windows color (decimal): -8057959 or 10029957. OLE color: 10029957.

HSL color Cylindrical-coordinate representation of color #850B99: hue angle of 291.55º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850B99 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13311153-
CMYK0.130.9300.4
HSL291.55º86.59%32.16%-
HSV(B)291.55º92.81%60%-
XYZ15.547.5330.77-
YUV63.67178.42177.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 11 (4.69% from 255) = 3.70%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=44.78%
G=3.70%
B=51.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133111530.130.9300.4291.5586.5932.16
Hex85B99D5D0281245720
Octal205132311513505044412740
Binary100001011011100110011101101110101010001001001001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850B99; }

 p { color: rgb(133,11,153); }

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

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

 a { background-color: rgb(133,11,153); }

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

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

 span { border-color: rgb(133,11,153); }

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