#7e0995

Color #7E0995 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #7E0995

Tints of Dark Magenta #7E0995

Color information

#7E0995 (or 0x7E0995) is unknown color: approx Dark Magenta. HEX triplet: 7E, 09 and 95. RGB value is (126,9,149). Sum of RGB (Red+Green+Blue) = 126+9+149=284 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.37% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #7E0995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0995 is #81F66A. Grayscale: #3B3B3B. Windows color (decimal): -8517227 or 9767294. OLE color: 9767294.

HSL color Cylindrical-coordinate representation of color #7E0995: hue angle of 290.14º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0995 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1269149-
CMYK0.150.9400.42
HSL290.14º88.61%30.98%-
HSV(B)290.14º93.96%58.43%-
XYZ14.136.829-
YUV59.94178.26175.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.37%
GREEN value IS 9 (3.91% from 255) = 3.17%
BLUE value IS 149 (58.59% from 255) = 52.46%
R=44.37%
G=3.17%
B=52.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12691490.150.9400.42290.1488.6130.98
Hex7E995F5E02A122591f
Octal176112251713605244213137
Binary1111110100110010101111110111100101010100100010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e0995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7e0995;
 }
 .AnyTagClassName
 {
   color: #7e0995;
 }
</style>
background-color css

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

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

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

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

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

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