Html Css Color HEX #970292 Dark Magenta

📋 copy color: '#970292'

red 151 ◦ green 2 ◦ blue 146

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

Shades of Dark Magenta #970292

Tints of Dark Magenta #970292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.83%

R = 50.5%
G = 0.67%
B = 48.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#970292 (or 0x970292) is known color: Dark Magenta. HEX triplet: 97, 02 and 92. RGB value is (151,2,146). Sum of RGB (Red+Green+Blue) = 151+2+146=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #970292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970292 is #68FD6D. Grayscale: #3E3E3E. Windows color (decimal): -6880622 or 9568919. OLE color: 9568919.

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

Color convert

RGB 151 2 146 -
CMYK 0 0.99 0.03 0.41
HSL 302.01º 0.97% 0.3% -
HSV(B) 302.01º 0.99% 0.59% -
XYZ 17.97 8.7 27.93 -
YUV 62.97 174.86 190.79 -
System Red Green Blue C M Y K H S L
Decimal 151 2 146 0 0.99 0.03 0.41 302.01 0.97 0.3
Hex 97 2 92 0 63 3 29 12E 61 1E
Octal 227 2 222 0 143 3 51 456 141 36
Binary 10010111 10 10010010 0 1100011 11 101001 100101110 1100001 11110

Color Harmonies of #970292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970292

Black with #970292

Text Example


Text Example

White with #970292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970292; }

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

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

background-color css

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

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

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

border-color css

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

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

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