#97097C

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

Shades of Dark Magenta #97097C

Tints of Dark Magenta #97097C

Color information

#97097C (or 0x97097C) is unknown color: approx Dark Magenta. HEX triplet: 97, 09 and 7C. RGB value is (151,9,124). Sum of RGB (Red+Green+Blue) = 151+9+124=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #97097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97097C is #68F683. Grayscale: #404040. Windows color (decimal): -6878852 or 8128919. OLE color: 8128919.

HSL color Cylindrical-coordinate representation of color #97097C: hue angle of 311.41º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #97097C is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB1519124-
CMYK00.940.180.41
HSL311.41º88.75%31.37%-
HSV(B)311.41º94.04%59.22%-
XYZ16.58.2319.79-
YUV64.57161.54189.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.17%
GREEN value IS 9 (3.91% from 255) = 3.17%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=53.17%
G=3.17%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151912400.940.180.41311.4188.7531.37
Hex9797C05E1229137591f
Octal227111740136225146713137
Binary10010111100111111000101111010010101001100110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97097C; }

 p { color: rgb(151,9,124); }

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

<style>
 a { background-color: #97097C; }

 a { background-color: rgb(151,9,124); }

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

<style>
 span { border-color: #97097C; }

 span { border-color: rgb(151,9,124); }

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