#8A0485

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

Shades of Dark Magenta #8A0485

Tints of Dark Magenta #8A0485

Color information

#8A0485 (or 0x8A0485) is unknown color: approx Dark Magenta. HEX triplet: 8A, 04 and 85. RGB value is (138,4,133). Sum of RGB (Red+Green+Blue) = 138+4+133=275 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.18% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0485 is #75FB7A. Grayscale: #3A3A3A. Windows color (decimal): -7732091 or 8717450. OLE color: 8717450.

HSL color Cylindrical-coordinate representation of color #8A0485: hue angle of 302.24º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A0485 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB1384133-
CMYK00.970.040.46
HSL302.24º94.37%27.84%-
HSV(B)302.24º97.1%54.12%-
XYZ14.767.1822.8-
YUV58.77169.89184.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.18%
GREEN value IS 4 (1.95% from 255) = 1.45%
BLUE value IS 133 (52.34% from 255) = 48.36%
R=50.18%
G=1.45%
B=48.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138413300.970.040.46302.2494.3727.84
Hex8A48506142E12e5e1c
Octal2124205014145645613634
Binary100010101001000010101100001100101110100101110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,4,133); }

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

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

 a { background-color: rgb(138,4,133); }

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

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

 span { border-color: rgb(138,4,133); }

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