#97007F

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

Shades of Dark Magenta #97007F

Tints of Dark Magenta #97007F

Color information

#97007F (or 0x97007F) is unknown color: approx Dark Magenta. HEX triplet: 97, 00 and 7F. RGB value is (151,0,127). Sum of RGB (Red+Green+Blue) = 151+0+127=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #97007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97007F is #68FF80. Grayscale: #3B3B3B. Windows color (decimal): -6881153 or 8323223. OLE color: 8323223.

HSL color Cylindrical-coordinate representation of color #97007F: hue angle of 309.54º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97007F is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB1510127-
CMYK010.160.41
HSL309.54º100%29.61%-
HSV(B)309.54º100%59.22%-
XYZ16.598.1120.77-
YUV59.63166.03193.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 45.68%
R=54.32%
G=0%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1510127010.160.41309.5410029.61
Hex9707F0641029136641e
Octal22701770144205146614436
Binary10010111011111110110010010000101001100110110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97007F; }

 p { color: rgb(151,0,127); }

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

<style>
 a { background-color: #97007F; }

 a { background-color: rgb(151,0,127); }

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

<style>
 span { border-color: #97007F; }

 span { border-color: rgb(151,0,127); }

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