#7E0998

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

Shades of Dark Magenta #7E0998

Tints of Dark Magenta #7E0998

Color information

#7E0998 (or 0x7E0998) is unknown color: approx Dark Magenta. HEX triplet: 7E, 09 and 98. RGB value is (126,9,152). Sum of RGB (Red+Green+Blue) = 126+9+152=287 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.90% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #7E0998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0998 is #81F667. Grayscale: #3B3B3B. Windows color (decimal): -8517224 or 9963902. OLE color: 9963902.

HSL color Cylindrical-coordinate representation of color #7E0998: hue angle of 289.09º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0998 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1269152-
CMYK0.170.9400.40
HSL289.09º88.82%31.57%-
HSV(B)289.09º94.08%59.61%-
XYZ14.376.930.28-
YUV60.28179.76174.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.90%
GREEN value IS 9 (3.91% from 255) = 3.14%
BLUE value IS 152 (59.77% from 255) = 52.96%
R=43.90%
G=3.14%
B=52.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12691520.170.9400.40289.0988.8231.57
Hex7E998115E0281215920
Octal176112302113605044113140
Binary111111010011001100010001101111001010001001000011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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