#8C0897

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

Shades of Dark Magenta #8C0897

Tints of Dark Magenta #8C0897

Color information

#8C0897 (or 0x8C0897) is unknown color: approx Dark Magenta. HEX triplet: 8C, 08 and 97. RGB value is (140,8,151). Sum of RGB (Red+Green+Blue) = 140+8+151=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #8C0897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0897 is #73F768. Grayscale: #3F3F3F. Windows color (decimal): -7599977 or 9898124. OLE color: 9898124.

HSL color Cylindrical-coordinate representation of color #8C0897: hue angle of 295.38º 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 #8C0897 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1408151-
CMYK0.070.9500.41
HSL295.38º89.94%31.18%-
HSV(B)295.38º94.7%59.22%-
XYZ16.497.9829.95-
YUV63.77177.23182.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.82%
GREEN value IS 8 (3.52% from 255) = 2.68%
BLUE value IS 151 (59.38% from 255) = 50.50%
R=46.82%
G=2.68%
B=50.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14081510.070.9500.41295.3889.9431.18
Hex8C89775F0291275a1f
Octal21410227713705144713237
Binary1000110010001001011111110111110101001100100111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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