Html Css Color HEX #970AAE Dark Magenta

📋 copy color: '#970AAE'

red 151 ◦ green 10 ◦ blue 174

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

Shades of Dark Magenta #970AAE

Tints of Dark Magenta #970AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.94%

R = 45.07%
G = 2.99%
B = 51.94%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#970AAE (or 0x970AAE) is known color: Dark Magenta. HEX triplet: 97, 0A and AE. RGB value is (151,10,174). Sum of RGB (Red+Green+Blue) = 151+10+174=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #970AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970AAE is #68F551. Grayscale: #464646. Windows color (decimal): -6878546 or 11405975. OLE color: 11405975.

HSL color Cylindrical-coordinate representation of color #970AAE: hue angle of 291.59º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970AAE is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 10 174 -
CMYK 0.13 0.94 0 0.32
HSL 291.59º 0.89% 0.36% -
HSV(B) 291.59º 0.94% 0.68% -
XYZ 20.51 9.85 40.87 -
YUV 70.86 186.21 185.16 -
System Red Green Blue C M Y K H S L
Decimal 151 10 174 0.13 0.94 0 0.32 291.59 0.89 0.36
Hex 97 A AE D 5E 0 20 124 59 24
Octal 227 12 256 15 136 0 40 444 131 44
Binary 10010111 1010 10101110 1101 1011110 0 100000 100100100 1011001 100100

Color Harmonies of #970AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970AAE

Black with #970AAE

Text Example


Text Example

White with #970AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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