Html Css Color HEX #970294 Dark Magenta

📋 copy color: '#970294'

red 151 ◦ green 2 ◦ blue 148

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

Shades of Dark Magenta #970294

Tints of Dark Magenta #970294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.17%

R = 50.17%
G = 0.66%
B = 49.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#970294 (or 0x970294) is known color: Dark Magenta. HEX triplet: 97, 02 and 94. RGB value is (151,2,148). Sum of RGB (Red+Green+Blue) = 151+2+148=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #970294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970294 is #68FD6B. Grayscale: #3E3E3E. Windows color (decimal): -6880620 or 9699991. OLE color: 9699991.

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

Color convert

RGB 151 2 148 -
CMYK 0 0.99 0.02 0.41
HSL 301.21º 0.97% 0.3% -
HSV(B) 301.21º 0.99% 0.59% -
XYZ 18.13 8.76 28.75 -
YUV 63.2 175.86 190.63 -
System Red Green Blue C M Y K H S L
Decimal 151 2 148 0 0.99 0.02 0.41 301.21 0.97 0.3
Hex 97 2 94 0 63 2 29 12D 61 1E
Octal 227 2 224 0 143 2 51 455 141 36
Binary 10010111 10 10010100 0 1100011 10 101001 100101101 1100001 11110

Color Harmonies of #970294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970294

Black with #970294

Text Example


Text Example

White with #970294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970294; }

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

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

background-color css

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

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

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

border-color css

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

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

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