#850C8B

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

Shades of Dark Magenta #850C8B

Tints of Dark Magenta #850C8B

Color information

#850C8B (or 0x850C8B) is unknown color: approx Dark Magenta. HEX triplet: 85, 0C and 8B. RGB value is (133,12,139). Sum of RGB (Red+Green+Blue) = 133+12+139=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #850C8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850C8B is #7AF374. Grayscale: #3E3E3E. Windows color (decimal): -8057717 or 9112709. OLE color: 9112709.

HSL color Cylindrical-coordinate representation of color #850C8B: hue angle of 297.17º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C8B is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13312139-
CMYK0.040.9100.45
HSL297.17º84.11%29.61%-
HSV(B)297.17º91.37%54.51%-
XYZ14.467.1125.04-
YUV62.66171.09178.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 12 (5.08% from 255) = 4.23%
BLUE value IS 139 (54.69% from 255) = 48.94%
R=46.83%
G=4.23%
B=48.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133121390.040.9100.45297.1784.1129.61
Hex85C8B45B02D129541e
Octal20514213413305545112436
Binary1000010111001000101110010110110101101100101001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,12,139); }

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

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

 a { background-color: rgb(133,12,139); }

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

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

 span { border-color: rgb(133,12,139); }

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