Html Css Color HEX #970AAA Dark Magenta

📋 copy color: '#970AAA'

red 151 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #970AAA

Tints of Dark Magenta #970AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 45.62%
G = 3.02%
B = 51.36%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#970AAA (or 0x970AAA) is known color: Dark Magenta. HEX triplet: 97, 0A and AA. RGB value is (151,10,170). Sum of RGB (Red+Green+Blue) = 151+10+170=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #970AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970AAA is #68F555. Grayscale: #454545. Windows color (decimal): -6878550 or 11143831. OLE color: 11143831.

HSL color Cylindrical-coordinate representation of color #970AAA: hue angle of 292.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970AAA is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 10 170 -
CMYK 0.11 0.94 0 0.33
HSL 292.88º 0.89% 0.35% -
HSV(B) 292.88º 0.94% 0.67% -
XYZ 20.13 9.7 38.84 -
YUV 70.4 184.21 185.49 -
System Red Green Blue C M Y K H S L
Decimal 151 10 170 0.11 0.94 0 0.33 292.88 0.89 0.35
Hex 97 A AA B 5E 0 21 125 59 23
Octal 227 12 252 13 136 0 41 445 131 43
Binary 10010111 1010 10101010 1011 1011110 0 100001 100100101 1011001 100011

Color Harmonies of #970AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970AAA

Black with #970AAA

Text Example


Text Example

White with #970AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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