#8D0094

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

Shades of Dark Magenta #8D0094

Tints of Dark Magenta #8D0094

Color information

#8D0094 (or 0x8D0094) is unknown color: approx Dark Magenta. HEX triplet: 8D, 00 and 94. RGB value is (141,0,148). Sum of RGB (Red+Green+Blue) = 141+0+148=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D0094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0094 is #72FF6B. Grayscale: #3A3A3A. Windows color (decimal): -7536492 or 9699469. OLE color: 9699469.

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

Color convert

RGB1410148-
CMYK0.05100.42
HSL297.16º100%29.02%-
HSV(B)297.16º100%58.04%-
XYZ16.337.828.66-
YUV59.03178.21186.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=48.79%
G=0%
B=51.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14101480.05100.42297.1610029.02
Hex8D09456402A129641d
Octal2150224514405245114435
Binary1000110101001010010111001000101010100101001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,0,148); }

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

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

 a { background-color: rgb(141,0,148); }

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

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

 span { border-color: rgb(141,0,148); }

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