#97097D

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

Shades of Dark Magenta #97097D

Tints of Dark Magenta #97097D

Color information

#97097D (or 0x97097D) is unknown color: approx Dark Magenta. HEX triplet: 97, 09 and 7D. RGB value is (151,9,125). Sum of RGB (Red+Green+Blue) = 151+9+125=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #97097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97097D is #68F682. Grayscale: #404040. Windows color (decimal): -6878851 or 8194455. OLE color: 8194455.

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

Color convert

RGB1519125-
CMYK00.940.170.41
HSL310.99º88.75%31.37%-
HSV(B)310.99º94.04%59.22%-
XYZ16.568.2620.12-
YUV64.68162.04189.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.98%
GREEN value IS 9 (3.91% from 255) = 3.16%
BLUE value IS 125 (49.22% from 255) = 43.86%
R=52.98%
G=3.16%
B=43.86%

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
Decimal151912500.940.170.41310.9988.7531.37
Hex9797D05E1129137591f
Octal227111750136215146713137
Binary10010111100111111010101111010001101001100110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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