#8A0897

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

Shades of Dark Magenta #8A0897

Tints of Dark Magenta #8A0897

Color information

#8A0897 (or 0x8A0897) is unknown color: approx Dark Magenta. HEX triplet: 8A, 08 and 97. RGB value is (138,8,151). Sum of RGB (Red+Green+Blue) = 138+8+151=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #8A0897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0897 is #75F768. Grayscale: #3E3E3E. Windows color (decimal): -7731049 or 9898122. OLE color: 9898122.

HSL color Cylindrical-coordinate representation of color #8A0897: hue angle of 294.55º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0897 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1388151-
CMYK0.090.9500.41
HSL294.55º89.94%31.18%-
HSV(B)294.55º94.7%59.22%-
XYZ16.157.8129.93-
YUV63.17177.57181.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.46%
GREEN value IS 8 (3.52% from 255) = 2.69%
BLUE value IS 151 (59.38% from 255) = 50.84%
R=46.46%
G=2.69%
B=50.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13881510.090.9500.41294.5589.9431.18
Hex8A89795F0291275a1f
Octal212102271113705144713237
Binary10001010100010010111100110111110101001100100111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,8,151); }

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

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

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

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

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

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

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