#8D098C

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

Shades of Dark Magenta #8D098C

Tints of Dark Magenta #8D098C

Color information

#8D098C (or 0x8D098C) is unknown color: approx Dark Magenta. HEX triplet: 8D, 09 and 8C. RGB value is (141,9,140). Sum of RGB (Red+Green+Blue) = 141+9+140=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D098C is #72F673. Grayscale: #3F3F3F. Windows color (decimal): -7534196 or 9177485. OLE color: 9177485.

HSL color Cylindrical-coordinate representation of color #8D098C: hue angle of 300.45º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D098C is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB1419140-
CMYK00.940.010.45
HSL300.45º88%29.41%-
HSV(B)300.45º93.62%55.29%-
XYZ15.827.7525.47-
YUV63.4171.23183.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.62%
GREEN value IS 9 (3.91% from 255) = 3.10%
BLUE value IS 140 (55.08% from 255) = 48.28%
R=48.62%
G=3.10%
B=48.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141914000.940.010.45300.458829.41
Hex8D98C05E12D12c581d
Octal21511214013615545413035
Binary10001101100110001100010111101101101100101100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D098C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,9,140); }

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

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

 a { background-color: rgb(141,9,140); }

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

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

 span { border-color: rgb(141,9,140); }

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