#850387

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

Shades of Dark Magenta #850387

Tints of Dark Magenta #850387

Color information

#850387 (or 0x850387) is unknown color: approx Dark Magenta. HEX triplet: 85, 03 and 87. RGB value is (133,3,135). Sum of RGB (Red+Green+Blue) = 133+3+135=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #850387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850387 is #7AFC78. Grayscale: #383838. Windows color (decimal): -8060025 or 8848261. OLE color: 8848261.

HSL color Cylindrical-coordinate representation of color #850387: hue angle of 299.09º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850387 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1333135-
CMYK0.010.9800.47
HSL299.09º95.65%27.06%-
HSV(B)299.09º97.78%52.94%-
XYZ14.086.823.49-
YUV56.92172.07182.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 135 (53.12% from 255) = 49.82%
R=49.08%
G=1.11%
B=49.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13331350.010.9800.47299.0995.6527.06
Hex8538716202F12b601b
Octal2053207114205745314033
Binary100001011110000111111000100101111100101011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850387; }

 p { color: rgb(133,3,135); }

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

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

 a { background-color: rgb(133,3,135); }

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

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

 span { border-color: rgb(133,3,135); }

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