Html Css Color HEX #970FAA Dark Magenta

📋 copy color: '#970FAA'

red 151 ◦ green 15 ◦ blue 170

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

Shades of Dark Magenta #970FAA

Tints of Dark Magenta #970FAA

RGB

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

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

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

R = 44.94%
G = 4.46%
B = 50.6%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#970FAA (or 0x970FAA) is known color: Dark Magenta. HEX triplet: 97, 0F and AA. RGB value is (151,15,170). Sum of RGB (Red+Green+Blue) = 151+15+170=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #970FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970FAA is #68F055. Grayscale: #484848. Windows color (decimal): -6877270 or 11145111. OLE color: 11145111.

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

Color convert

RGB 151 15 170 -
CMYK 0.11 0.91 0 0.33
HSL 292.65º 0.84% 0.36% -
HSV(B) 292.65º 0.91% 0.67% -
XYZ 20.19 9.82 38.86 -
YUV 73.33 182.56 183.4 -
System Red Green Blue C M Y K H S L
Decimal 151 15 170 0.11 0.91 0 0.33 292.65 0.84 0.36
Hex 97 F AA B 5B 0 21 125 54 24
Octal 227 17 252 13 133 0 41 445 124 44
Binary 10010111 1111 10101010 1011 1011011 0 100001 100100101 1010100 100100

Color Harmonies of #970FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970FAA

Black with #970FAA

Text Example


Text Example

White with #970FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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