Html Css Color HEX #970AA0 Dark Magenta

📋 copy color: '#970AA0'

red 151 ◦ green 10 ◦ blue 160

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

Shades of Dark Magenta #970AA0

Tints of Dark Magenta #970AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 49.84%

R = 47.04%
G = 3.12%
B = 49.84%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#970AA0 (or 0x970AA0) is known color: Dark Magenta. HEX triplet: 97, 0A and A0. RGB value is (151,10,160). Sum of RGB (Red+Green+Blue) = 151+10+160=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 160 (62.89% from 255 or 49.84% from 321); Max value from RGB is 160 - color contains mainly: blue. Hex color #970AA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970AA0 is #68F55F. Grayscale: #444444. Windows color (decimal): -6878560 or 10488471. OLE color: 10488471.

HSL color Cylindrical-coordinate representation of color #970AA0: hue angle of 296.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970AA0 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 10 160 -
CMYK 0.06 0.94 0 0.37
HSL 296.4º 0.88% 0.33% -
HSV(B) 296.4º 0.94% 0.63% -
XYZ 19.22 9.33 34.05 -
YUV 69.26 179.21 186.3 -
System Red Green Blue C M Y K H S L
Decimal 151 10 160 0.06 0.94 0 0.37 296.4 0.88 0.33
Hex 97 A A0 6 5E 0 25 128 58 21
Octal 227 12 240 6 136 0 45 450 130 41
Binary 10010111 1010 10100000 110 1011110 0 100101 100101000 1011000 100001

Color Harmonies of #970AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970AA0

Black with #970AA0

Text Example


Text Example

White with #970AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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