#8C0297

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

Shades of Dark Magenta #8C0297

Tints of Dark Magenta #8C0297

Color information

#8C0297 (or 0x8C0297) is unknown color: approx Dark Magenta. HEX triplet: 8C, 02 and 97. RGB value is (140,2,151). Sum of RGB (Red+Green+Blue) = 140+2+151=293 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.78% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #8C0297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0297 is #73FD68. Grayscale: #3B3B3B. Windows color (decimal): -7601513 or 9896588. OLE color: 9896588.

HSL color Cylindrical-coordinate representation of color #8C0297: hue angle of 295.57º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C0297 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1402151-
CMYK0.070.9900.41
HSL295.57º97.39%30%-
HSV(B)295.57º98.68%59.22%-
XYZ16.427.8529.93-
YUV60.25179.22184.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.78%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 151 (59.38% from 255) = 51.54%
R=47.78%
G=0.68%
B=51.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14021510.070.9900.41295.5797.3930
Hex8C297763029128611e
Octal2142227714305145014136
Binary10001100101001011111111000110101001100101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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