Html Css Color HEX #970490 Dark Magenta

📋 copy color: '#970490'

red 151 ◦ green 4 ◦ blue 144

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

Shades of Dark Magenta #970490

Tints of Dark Magenta #970490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

 BLUE value IS 144 (56.64% from 255) = 48.16%

R = 50.5%
G = 1.34%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#970490 (or 0x970490) is known color: Dark Magenta. HEX triplet: 97, 04 and 90. RGB value is (151,4,144). Sum of RGB (Red+Green+Blue) = 151+4+144=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #970490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970490 is #68FB6F. Grayscale: #3F3F3F. Windows color (decimal): -6880112 or 9438359. OLE color: 9438359.

HSL color Cylindrical-coordinate representation of color #970490: hue angle of 302.86º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970490 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 4 144 -
CMYK 0 0.97 0.05 0.41
HSL 302.86º 0.95% 0.3% -
HSV(B) 302.86º 0.97% 0.59% -
XYZ 17.84 8.68 27.12 -
YUV 63.91 173.2 190.12 -
System Red Green Blue C M Y K H S L
Decimal 151 4 144 0 0.97 0.05 0.41 302.86 0.95 0.3
Hex 97 4 90 0 61 5 29 12F 5F 1E
Octal 227 4 220 0 141 5 51 457 137 36
Binary 10010111 100 10010000 0 1100001 101 101001 100101111 1011111 11110

Color Harmonies of #970490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970490

Black with #970490

Text Example


Text Example

White with #970490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970490; }

 p { color: rgb(151,4,144); }

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

background-color css

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

 a { background-color: rgb(151,4,144); }

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

border-color css

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

 span { border-color: rgb(151,4,144); }

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