Html Css Color HEX #970A7D Dark Magenta

📋 copy color: '#970A7D'

red 151 ◦ green 10 ◦ blue 125

#970A7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #970A7D

Tints of Dark Magenta #970A7D

RGB

 RED value IS 151 (59.38% from 255) = 52.8%

 GREEN value IS 10 (4.3% from 255) = 3.5%

 BLUE value IS 125 (49.22% from 255) = 43.71%

R = 52.8%
G = 3.5%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#970A7D (or 0x970A7D) is known color: Dark Magenta. HEX triplet: 97, 0A and 7D. RGB value is (151,10,125). Sum of RGB (Red+Green+Blue) = 151+10+125=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #970A7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970A7D is #68F582. Grayscale: #404040. Windows color (decimal): -6878595 or 8194711. OLE color: 8194711.

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

Color convert

RGB 151 10 125 -
CMYK 0 0.93 0.17 0.41
HSL 311.06º 0.88% 0.32% -
HSV(B) 311.06º 0.93% 0.59% -
XYZ 16.57 8.28 20.13 -
YUV 65.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 151 10 125 0 0.93 0.17 0.41 311.06 0.88 0.32
Hex 97 A 7D 0 5D 11 29 137 58 20
Octal 227 12 175 0 135 21 51 467 130 40
Binary 10010111 1010 1111101 0 1011101 10001 101001 100110111 1011000 100000

Color Harmonies of #970A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970A7D

Black with #970A7D

Text Example


Text Example

White with #970A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #970A7D;
 }
 .AnyTagClassName
 {
   color: #970A7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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