#97097E

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

Shades of Dark Magenta #97097E

Tints of Dark Magenta #97097E

Color information

#97097E (or 0x97097E) is unknown color: approx Dark Magenta. HEX triplet: 97, 09 and 7E. RGB value is (151,9,126). Sum of RGB (Red+Green+Blue) = 151+9+126=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #97097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97097E is #68F681. Grayscale: #404040. Windows color (decimal): -6878850 or 8259991. OLE color: 8259991.

HSL color Cylindrical-coordinate representation of color #97097E: hue angle of 310.56º 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 #97097E is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB1519126-
CMYK00.940.170.41
HSL310.56º88.75%31.37%-
HSV(B)310.56º94.04%59.22%-
XYZ16.638.2820.46-
YUV64.8162.54189.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.80%
GREEN value IS 9 (3.91% from 255) = 3.15%
BLUE value IS 126 (49.61% from 255) = 44.06%
R=52.80%
G=3.15%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151912600.940.170.41310.5688.7531.37
Hex9797E05E1129137591f
Octal227111760136215146713137
Binary10010111100111111100101111010001101001100110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97097E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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