#97028D

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

Shades of Dark Magenta #97028D

Tints of Dark Magenta #97028D

Color information

#97028D (or 0x97028D) is unknown color: approx Dark Magenta. HEX triplet: 97, 02 and 8D. RGB value is (151,2,141). Sum of RGB (Red+Green+Blue) = 151+2+141=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #97028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97028D is #68FD72. Grayscale: #3D3D3D. Windows color (decimal): -6880627 or 9241239. OLE color: 9241239.

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

Color convert

RGB1512141-
CMYK00.990.070.41
HSL304.03º97.39%30%-
HSV(B)304.03º98.68%59.22%-
XYZ17.598.5525.92-
YUV62.4172.36191.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.36%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 141 (55.47% from 255) = 47.96%
R=51.36%
G=0.68%
B=47.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151214100.990.070.41304.0397.3930
Hex9728D063729130611e
Octal2272215014375146014136
Binary10010111101000110101100011111101001100110000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97028D; }

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

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

<style>
 a { background-color: #97028D; }

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

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

<style>
 span { border-color: #97028D; }

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

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