Html Css Color HEX #970FAE Dark Magenta

📋 copy color: '#970FAE'

red 151 ◦ green 15 ◦ blue 174

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

Shades of Dark Magenta #970FAE

Tints of Dark Magenta #970FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.41%

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

R = 44.41%
G = 4.41%
B = 51.18%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#970FAE (or 0x970FAE) is known color: Dark Magenta. HEX triplet: 97, 0F and AE. RGB value is (151,15,174). Sum of RGB (Red+Green+Blue) = 151+15+174=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #970FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970FAE is #68F051. Grayscale: #494949. Windows color (decimal): -6877266 or 11407255. OLE color: 11407255.

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

Color convert

RGB 151 15 174 -
CMYK 0.13 0.91 0 0.32
HSL 291.32º 0.84% 0.37% -
HSV(B) 291.32º 0.91% 0.68% -
XYZ 20.57 9.98 40.89 -
YUV 73.79 184.56 183.07 -
System Red Green Blue C M Y K H S L
Decimal 151 15 174 0.13 0.91 0 0.32 291.32 0.84 0.37
Hex 97 F AE D 5B 0 20 123 54 25
Octal 227 17 256 15 133 0 40 443 124 45
Binary 10010111 1111 10101110 1101 1011011 0 100000 100100011 1010100 100101

Color Harmonies of #970FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970FAE

Black with #970FAE

Text Example


Text Example

White with #970FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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