#8D0895

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

Shades of Dark Magenta #8D0895

Tints of Dark Magenta #8D0895

Color information

#8D0895 (or 0x8D0895) is unknown color: approx Dark Magenta. HEX triplet: 8D, 08 and 95. RGB value is (141,8,149). Sum of RGB (Red+Green+Blue) = 141+8+149=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D0895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0895 is #72F76A. Grayscale: #3F3F3F. Windows color (decimal): -7534443 or 9767053. OLE color: 9767053.

HSL color Cylindrical-coordinate representation of color #8D0895: hue angle of 296.6º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0895 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1418149-
CMYK0.050.9500.42
HSL296.6º89.81%30.78%-
HSV(B)296.6º94.63%58.43%-
XYZ16.58.0129.11-
YUV63.84176.06183.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.32%
GREEN value IS 8 (3.52% from 255) = 2.68%
BLUE value IS 149 (58.59% from 255) = 50%
R=47.32%
G=2.68%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14181490.050.9500.42296.689.8130.78
Hex8D89555F02A1295a1f
Octal21510225513705245113237
Binary1000110110001001010110110111110101010100101001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,8,149); }

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

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

 a { background-color: rgb(141,8,149); }

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

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

 span { border-color: rgb(141,8,149); }

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