Html Css Color HEX #970794 Dark Magenta

📋 copy color: '#970794'

red 151 ◦ green 7 ◦ blue 148

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

Shades of Dark Magenta #970794

Tints of Dark Magenta #970794

RGB

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

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

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

R = 49.35%
G = 2.29%
B = 48.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#970794 (or 0x970794) is known color: Dark Magenta. HEX triplet: 97, 07 and 94. RGB value is (151,7,148). Sum of RGB (Red+Green+Blue) = 151+7+148=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #970794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970794 is #68F86B. Grayscale: #414141. Windows color (decimal): -6879340 or 9701271. OLE color: 9701271.

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

Color convert

RGB 151 7 148 -
CMYK 0 0.95 0.02 0.41
HSL 301.25º 0.91% 0.31% -
HSV(B) 301.25º 0.95% 0.59% -
XYZ 18.18 8.87 28.77 -
YUV 66.13 174.21 188.54 -
System Red Green Blue C M Y K H S L
Decimal 151 7 148 0 0.95 0.02 0.41 301.25 0.91 0.31
Hex 97 7 94 0 5F 2 29 12D 5B 1F
Octal 227 7 224 0 137 2 51 455 133 37
Binary 10010111 111 10010100 0 1011111 10 101001 100101101 1011011 11111

Color Harmonies of #970794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970794

Black with #970794

Text Example


Text Example

White with #970794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970794; }

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

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

background-color css

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

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

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

border-color css

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

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

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