#8A1389

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

Shades of Dark Magenta #8A1389

Tints of Dark Magenta #8A1389

Color information

#8A1389 (or 0x8A1389) is unknown color: approx Dark Magenta. HEX triplet: 8A, 13 and 89. RGB value is (138,19,137). Sum of RGB (Red+Green+Blue) = 138+19+137=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1389 is #75EC76. Grayscale: #434343. Windows color (decimal): -7728247 or 8983434. OLE color: 8983434.

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

Color convert

RGB13819137-
CMYK00.860.010.46
HSL300.5º75.8%30.78%-
HSV(B)300.5º86.23%54.12%-
XYZ15.237.6824.35-
YUV68.03166.92177.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.94%
GREEN value IS 19 (7.81% from 255) = 6.46%
BLUE value IS 137 (53.91% from 255) = 46.60%
R=46.94%
G=6.46%
B=46.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381913700.860.010.46300.575.830.78
Hex8A138905612E12d4c1f
Octal21223211012615645511437
Binary100010101001110001001010101101101110100101101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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