#8D1898

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

Shades of Dark Magenta #8D1898

Tints of Dark Magenta #8D1898

Color information

#8D1898 (or 0x8D1898) is unknown color: approx Dark Magenta. HEX triplet: 8D, 18 and 98. RGB value is (141,24,152). Sum of RGB (Red+Green+Blue) = 141+24+152=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D1898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1898 is #72E767. Grayscale: #494949. Windows color (decimal): -7530344 or 9967757. OLE color: 9967757.

HSL color Cylindrical-coordinate representation of color #8D1898: hue angle of 294.84º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1898 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14124152-
CMYK0.070.8400.40
HSL294.84º72.73%34.51%-
HSV(B)294.84º84.21%59.61%-
XYZ16.988.5830.47-
YUV73.58172.26176.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.48%
GREEN value IS 24 (9.77% from 255) = 7.57%
BLUE value IS 152 (59.77% from 255) = 47.95%
R=44.48%
G=7.57%
B=47.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141241520.070.8400.40294.8472.7334.51
Hex8D18987540281274923
Octal21530230712405044711143
Binary100011011100010011000111101010001010001001001111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,24,152); }

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

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

 a { background-color: rgb(141,24,152); }

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

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

 span { border-color: rgb(141,24,152); }

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