Html Css Color HEX #970792 Dark Magenta

📋 copy color: '#970792'

red 151 ◦ green 7 ◦ blue 146

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

Shades of Dark Magenta #970792

Tints of Dark Magenta #970792

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

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

R = 49.67%
G = 2.3%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#970792 (or 0x970792) is known color: Dark Magenta. HEX triplet: 97, 07 and 92. RGB value is (151,7,146). Sum of RGB (Red+Green+Blue) = 151+7+146=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #970792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970792 is #68F86D. Grayscale: #414141. Windows color (decimal): -6879342 or 9570199. OLE color: 9570199.

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

Color convert

RGB 151 7 146 -
CMYK 0 0.95 0.03 0.41
HSL 302.08º 0.91% 0.31% -
HSV(B) 302.08º 0.95% 0.59% -
XYZ 18.03 8.81 27.94 -
YUV 65.9 173.21 188.7 -
System Red Green Blue C M Y K H S L
Decimal 151 7 146 0 0.95 0.03 0.41 302.08 0.91 0.31
Hex 97 7 92 0 5F 3 29 12E 5B 1F
Octal 227 7 222 0 137 3 51 456 133 37
Binary 10010111 111 10010010 0 1011111 11 101001 100101110 1011011 11111

Color Harmonies of #970792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970792

Black with #970792

Text Example


Text Example

White with #970792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970792; }

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

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

background-color css

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

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

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

border-color css

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

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

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