#8A178A

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

Shades of Dark Magenta #8A178A

Tints of Dark Magenta #8A178A

Color information

#8A178A (or 0x8A178A) is unknown color: approx Dark Magenta. HEX triplet: 8A, 17 and 8A. RGB value is (138,23,138). Sum of RGB (Red+Green+Blue) = 138+23+138=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A178A is #75E875. Grayscale: #464646. Windows color (decimal): -7727222 or 9049994. OLE color: 9049994.

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

Color convert

RGB13823138-
CMYK00.8300.46
HSL300º71.43%31.57%-
HSV(B)300º83.33%54.12%-
XYZ15.387.8524.75-
YUV70.5166.1176.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.15%
GREEN value IS 23 (9.38% from 255) = 7.69%
BLUE value IS 138 (54.30% from 255) = 46.15%
R=46.15%
G=7.69%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1382313800.8300.4630071.4331.57
Hex8A178A05302E12c4720
Octal21227212012305645410740
Binary1000101010111100010100101001101011101001011001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A178A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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