Html Css Color HEX #970AAB Dark Magenta

📋 copy color: '#970AAB'

red 151 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #970AAB

Tints of Dark Magenta #970AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.51%

R = 45.48%
G = 3.01%
B = 51.51%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#970AAB (or 0x970AAB) is known color: Dark Magenta. HEX triplet: 97, 0A and AB. RGB value is (151,10,171). Sum of RGB (Red+Green+Blue) = 151+10+171=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #970AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970AAB is #68F554. Grayscale: #464646. Windows color (decimal): -6878549 or 11209367. OLE color: 11209367.

HSL color Cylindrical-coordinate representation of color #970AAB: hue angle of 292.55º 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 #970AAB is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 10 171 -
CMYK 0.12 0.94 0 0.33
HSL 292.55º 0.89% 0.35% -
HSV(B) 292.55º 0.94% 0.67% -
XYZ 20.22 9.74 39.34 -
YUV 70.51 184.71 185.41 -
System Red Green Blue C M Y K H S L
Decimal 151 10 171 0.12 0.94 0 0.33 292.55 0.89 0.35
Hex 97 A AB C 5E 0 21 125 59 23
Octal 227 12 253 14 136 0 41 445 131 43
Binary 10010111 1010 10101011 1100 1011110 0 100001 100100101 1011001 100011

Color Harmonies of #970AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970AAB

Black with #970AAB

Text Example


Text Example

White with #970AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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