Html Css Color HEX #970291 Dark Magenta

📋 copy color: '#970291'

red 151 ◦ green 2 ◦ blue 145

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

Shades of Dark Magenta #970291

Tints of Dark Magenta #970291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.66%

R = 50.67%
G = 0.67%
B = 48.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#970291 (or 0x970291) is known color: Dark Magenta. HEX triplet: 97, 02 and 91. RGB value is (151,2,145). Sum of RGB (Red+Green+Blue) = 151+2+145=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #970291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970291 is #68FD6E. Grayscale: #3E3E3E. Windows color (decimal): -6880623 or 9503383. OLE color: 9503383.

HSL color Cylindrical-coordinate representation of color #970291: hue angle of 302.42º 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 #970291 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 2 145 -
CMYK 0 0.99 0.04 0.41
HSL 302.42º 0.97% 0.3% -
HSV(B) 302.42º 0.99% 0.59% -
XYZ 17.9 8.67 27.52 -
YUV 62.85 174.36 190.87 -
System Red Green Blue C M Y K H S L
Decimal 151 2 145 0 0.99 0.04 0.41 302.42 0.97 0.3
Hex 97 2 91 0 63 4 29 12E 61 1E
Octal 227 2 221 0 143 4 51 456 141 36
Binary 10010111 10 10010001 0 1100011 100 101001 100101110 1100001 11110

Color Harmonies of #970291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970291

Black with #970291

Text Example


Text Example

White with #970291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970291; }

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

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

background-color css

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

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

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

border-color css

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

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

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