Html Css Color HEX #970290 Dark Magenta

📋 copy color: '#970290'

red 151 ◦ green 2 ◦ blue 144

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

Shades of Dark Magenta #970290

Tints of Dark Magenta #970290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 50.84%
G = 0.67%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#970290 (or 0x970290) is known color: Dark Magenta. HEX triplet: 97, 02 and 90. RGB value is (151,2,144). Sum of RGB (Red+Green+Blue) = 151+2+144=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #970290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970290 is #68FD6F. Grayscale: #3E3E3E. Windows color (decimal): -6880624 or 9437847. OLE color: 9437847.

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

Color convert

RGB 151 2 144 -
CMYK 0 0.99 0.05 0.41
HSL 302.82º 0.97% 0.3% -
HSV(B) 302.82º 0.99% 0.59% -
XYZ 17.82 8.64 27.11 -
YUV 62.74 173.86 190.95 -
System Red Green Blue C M Y K H S L
Decimal 151 2 144 0 0.99 0.05 0.41 302.82 0.97 0.3
Hex 97 2 90 0 63 5 29 12F 61 1E
Octal 227 2 220 0 143 5 51 457 141 36
Binary 10010111 10 10010000 0 1100011 101 101001 100101111 1100001 11110

Color Harmonies of #970290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970290

Black with #970290

Text Example


Text Example

White with #970290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970290; }

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

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

background-color css

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

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

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

border-color css

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

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

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