#850D9A

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

Shades of Dark Magenta #850D9A

Tints of Dark Magenta #850D9A

Color information

#850D9A (or 0x850D9A) is unknown color: approx Dark Magenta. HEX triplet: 85, 0D and 9A. RGB value is (133,13,154). Sum of RGB (Red+Green+Blue) = 133+13+154=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 154 (60.55% from 255 or 51.33% from 300); Max value from RGB is 154 - color contains mainly: blue. Hex color #850D9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850D9A is #7AF265. Grayscale: #404040. Windows color (decimal): -8057446 or 10096005. OLE color: 10096005.

HSL color Cylindrical-coordinate representation of color #850D9A: hue angle of 291.06º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850D9A is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13313154-
CMYK0.140.9200.40
HSL291.06º84.43%32.75%-
HSV(B)291.06º91.56%60.39%-
XYZ15.657.6131.22-
YUV64.95178.26176.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 13 (5.47% from 255) = 4.33%
BLUE value IS 154 (60.55% from 255) = 51.33%
R=44.33%
G=4.33%
B=51.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133131540.140.9200.40291.0684.4332.75
Hex85D9AE5C0281235421
Octal205152321613405044312441
Binary100001011101100110101110101110001010001001000111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,13,154); }

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

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

 a { background-color: rgb(133,13,154); }

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

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

 span { border-color: rgb(133,13,154); }

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