#850D9C

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

Shades of Dark Magenta #850D9C

Tints of Dark Magenta #850D9C

Color information

#850D9C (or 0x850D9C) is unknown color: approx Dark Magenta. HEX triplet: 85, 0D and 9C. RGB value is (133,13,156). Sum of RGB (Red+Green+Blue) = 133+13+156=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #850D9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850D9C is #7AF263. Grayscale: #404040. Windows color (decimal): -8057444 or 10227077. OLE color: 10227077.

HSL color Cylindrical-coordinate representation of color #850D9C: hue angle of 290.35º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850D9C is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13313156-
CMYK0.150.9200.39
HSL290.35º84.62%33.14%-
HSV(B)290.35º91.67%61.18%-
XYZ15.827.6732.1-
YUV65.18179.26176.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 13 (5.47% from 255) = 4.30%
BLUE value IS 156 (61.33% from 255) = 51.66%
R=44.04%
G=4.30%
B=51.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133131560.150.9200.39290.3584.6233.14
Hex85D9CF5C0271225521
Octal205152341713404744212541
Binary100001011101100111001111101110001001111001000101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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