Html Css Color HEX #790996 Dark Magenta

📋 copy color: '#790996'

red 121 ◦ green 9 ◦ blue 150

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

Shades of Dark Magenta #790996

Tints of Dark Magenta #790996

RGB

 RED value IS 121 (47.66% from 255) = 43.21%

 GREEN value IS 9 (3.91% from 255) = 3.21%

 BLUE value IS 150 (58.98% from 255) = 53.57%

R = 43.21%
G = 3.21%
B = 53.57%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#790996 (or 0x790996) is known color: Dark Magenta. HEX triplet: 79, 09 and 96. RGB value is (121,9,150). Sum of RGB (Red+Green+Blue) = 121+9+150=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #790996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790996 is #86F669. Grayscale: #3A3A3A. Windows color (decimal): -8844906 or 9832825. OLE color: 9832825.

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

Color convert

RGB 121 9 150 -
CMYK 0.19 0.94 0 0.41
HSL 287.66º 0.89% 0.31% -
HSV(B) 287.66º 0.94% 0.59% -
XYZ 13.49 6.46 29.39 -
YUV 58.56 179.61 172.54 -
System Red Green Blue C M Y K H S L
Decimal 121 9 150 0.19 0.94 0 0.41 287.66 0.89 0.31
Hex 79 9 96 13 5E 0 29 120 59 1F
Octal 171 11 226 23 136 0 51 440 131 37
Binary 1111001 1001 10010110 10011 1011110 0 101001 100100000 1011001 11111

Color Harmonies of #790996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790996

Black with #790996

Text Example


Text Example

White with #790996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790996; }

 p { color: rgb(121,9,150); }

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

background-color css

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

 a { background-color: rgb(121,9,150); }

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

border-color css

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

 span { border-color: rgb(121,9,150); }

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