Html Css Color HEX #7E0996 Dark Magenta

📋 copy color: '#7E0996'

red 126 ◦ green 9 ◦ blue 150

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

Shades of Dark Magenta #7E0996

Tints of Dark Magenta #7E0996

RGB

 RED value IS 126 (49.61% from 255) = 44.21%

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

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

R = 44.21%
G = 3.16%
B = 52.63%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7E0996 (or 0x7E0996) is known color: Dark Magenta. HEX triplet: 7E, 09 and 96. RGB value is (126,9,150). Sum of RGB (Red+Green+Blue) = 126+9+150=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E0996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0996 is #81F669. Grayscale: #3B3B3B. Windows color (decimal): -8517226 or 9832830. OLE color: 9832830.

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

Color convert

RGB 126 9 150 -
CMYK 0.16 0.94 0 0.41
HSL 289.79º 0.89% 0.31% -
HSV(B) 289.79º 0.94% 0.59% -
XYZ 14.21 6.83 29.42 -
YUV 60.06 178.76 175.04 -
System Red Green Blue C M Y K H S L
Decimal 126 9 150 0.16 0.94 0 0.41 289.79 0.89 0.31
Hex 7E 9 96 10 5E 0 29 122 59 1F
Octal 176 11 226 20 136 0 51 442 131 37
Binary 1111110 1001 10010110 10000 1011110 0 101001 100100010 1011001 11111

Color Harmonies of #7E0996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0996

Black with #7E0996

Text Example


Text Example

White with #7E0996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E0996; }

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

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

background-color css

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

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

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

border-color css

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

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

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