Html Css Color HEX #970DA0 Dark Magenta

📋 copy color: '#970DA0'

red 151 ◦ green 13 ◦ blue 160

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

Shades of Dark Magenta #970DA0

Tints of Dark Magenta #970DA0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.01%

 BLUE value IS 160 (62.89% from 255) = 49.38%

R = 46.6%
G = 4.01%
B = 49.38%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#970DA0 (or 0x970DA0) is known color: Dark Magenta. HEX triplet: 97, 0D and A0. RGB value is (151,13,160). Sum of RGB (Red+Green+Blue) = 151+13+160=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #970DA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970DA0 is #68F25F. Grayscale: #464646. Windows color (decimal): -6877792 or 10489239. OLE color: 10489239.

HSL color Cylindrical-coordinate representation of color #970DA0: hue angle of 296.33º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970DA0 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 13 160 -
CMYK 0.06 0.92 0 0.37
HSL 296.33º 0.85% 0.34% -
HSV(B) 296.33º 0.92% 0.63% -
XYZ 19.25 9.41 34.06 -
YUV 71.02 178.22 185.05 -
System Red Green Blue C M Y K H S L
Decimal 151 13 160 0.06 0.92 0 0.37 296.33 0.85 0.34
Hex 97 D A0 6 5C 0 25 128 55 22
Octal 227 15 240 6 134 0 45 450 125 42
Binary 10010111 1101 10100000 110 1011100 0 100101 100101000 1010101 100010

Color Harmonies of #970DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970DA0

Black with #970DA0

Text Example


Text Example

White with #970DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,13,160); }

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

background-color css

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

 a { background-color: rgb(151,13,160); }

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

border-color css

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

 span { border-color: rgb(151,13,160); }

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