#8A158A

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

Shades of Dark Magenta #8A158A

Tints of Dark Magenta #8A158A

Color information

#8A158A (or 0x8A158A) is unknown color: approx Dark Magenta. HEX triplet: 8A, 15 and 8A. RGB value is (138,21,138). Sum of RGB (Red+Green+Blue) = 138+21+138=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A158A is #75EA75. Grayscale: #444444. Windows color (decimal): -7727734 or 9049482. OLE color: 9049482.

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

Color convert

RGB13821138-
CMYK00.8500.46
HSL300º73.58%31.18%-
HSV(B)300º84.78%54.12%-
XYZ15.347.7724.74-
YUV69.32166.76176.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.46%
GREEN value IS 21 (8.59% from 255) = 7.07%
BLUE value IS 138 (54.30% from 255) = 46.46%
R=46.46%
G=7.07%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1382113800.8500.4630073.5831.18
Hex8A158A05502E12c4a1f
Octal21225212012505645411237
Binary100010101010110001010010101010101110100101100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,21,138); }

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

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

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

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

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

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

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