#850B8B

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

Shades of Dark Magenta #850B8B

Tints of Dark Magenta #850B8B

Color information

#850B8B (or 0x850B8B) is unknown color: approx Dark Magenta. HEX triplet: 85, 0B and 8B. RGB value is (133,11,139). Sum of RGB (Red+Green+Blue) = 133+11+139=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #850B8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850B8B is #7AF474. Grayscale: #3D3D3D. Windows color (decimal): -8057973 or 9112453. OLE color: 9112453.

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

Color convert

RGB13311139-
CMYK0.040.9200.45
HSL297.19º85.33%29.41%-
HSV(B)297.19º92.09%54.51%-
XYZ14.457.0925.03-
YUV62.07171.42178.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 11 (4.69% from 255) = 3.89%
BLUE value IS 139 (54.69% from 255) = 49.12%
R=47.00%
G=3.89%
B=49.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133111390.040.9200.45297.1985.3329.41
Hex85B8B45C02D129551d
Octal20513213413405545112535
Binary1000010110111000101110010111000101101100101001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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