#970a7f

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

Shades of Dark Magenta #970A7F

Tints of Dark Magenta #970A7F

Color information

#970A7F (or 0x970A7F) is unknown color: approx Dark Magenta. HEX triplet: 97, 0A and 7F. RGB value is (151,10,127). Sum of RGB (Red+Green+Blue) = 151+10+127=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #970A7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970A7F is #68F580. Grayscale: #414141. Windows color (decimal): -6878593 or 8325783. OLE color: 8325783.

HSL color Cylindrical-coordinate representation of color #970A7F: hue angle of 310.21º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970A7F is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB15110127-
CMYK00.930.160.41
HSL310.21º87.58%31.57%-
HSV(B)310.21º93.38%59.22%-
XYZ16.78.3320.81-
YUV65.5162.71188.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.43%
GREEN value IS 10 (4.30% from 255) = 3.47%
BLUE value IS 127 (50% from 255) = 44.10%
R=52.43%
G=3.47%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511012700.930.160.41310.2187.5831.57
Hex97A7F05D10291365820
Octal227121770135205146613040
Binary100101111010111111101011101100001010011001101101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970a7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970a7f; }

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

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

<style>
 a { background-color: #970a7f; }

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

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

<style>
 span { border-color: #970a7f; }

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

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