#8A1289

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

Shades of Dark Magenta #8A1289

Tints of Dark Magenta #8A1289

Color information

#8A1289 (or 0x8A1289) is unknown color: approx Dark Magenta. HEX triplet: 8A, 12 and 89. RGB value is (138,18,137). Sum of RGB (Red+Green+Blue) = 138+18+137=293 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.10% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1289 is #75ED76. Grayscale: #434343. Windows color (decimal): -7728503 or 8983178. OLE color: 8983178.

HSL color Cylindrical-coordinate representation of color #8A1289: hue angle of 300.5º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A1289 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB13818137-
CMYK00.870.010.46
HSL300.5º76.92%30.59%-
HSV(B)300.5º86.96%54.12%-
XYZ15.217.6424.34-
YUV67.45167.26178.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.10%
GREEN value IS 18 (7.42% from 255) = 6.14%
BLUE value IS 137 (53.91% from 255) = 46.76%
R=47.10%
G=6.14%
B=46.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381813700.870.010.46300.576.9230.59
Hex8A128905712E12c4d1f
Octal21222211012715645411537
Binary100010101001010001001010101111101110100101100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,18,137); }

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

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

 a { background-color: rgb(138,18,137); }

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

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

 span { border-color: rgb(138,18,137); }

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