#8D0385

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

Shades of Dark Magenta #8D0385

Tints of Dark Magenta #8D0385

Color information

#8D0385 (or 0x8D0385) is unknown color: approx Dark Magenta. HEX triplet: 8D, 03 and 85. RGB value is (141,3,133). Sum of RGB (Red+Green+Blue) = 141+3+133=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0385 is #72FC7A. Grayscale: #3A3A3A. Windows color (decimal): -7535739 or 8717197. OLE color: 8717197.

HSL color Cylindrical-coordinate representation of color #8D0385: hue angle of 303.48º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D0385 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB1413133-
CMYK00.980.060.45
HSL303.48º95.83%28.24%-
HSV(B)303.48º97.87%55.29%-
XYZ15.257.4222.82-
YUV59.08169.72186.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.90%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=50.90%
G=1.08%
B=48.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141313300.980.060.45303.4895.8328.24
Hex8D38506262D12f601c
Octal2153205014265545714034
Binary10001101111000010101100010110101101100101111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D0385; }

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

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

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

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

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

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

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

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