#7E099B

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

Shades of Dark Magenta #7E099B

Tints of Dark Magenta #7E099B

Color information

#7E099B (or 0x7E099B) is unknown color: approx Dark Magenta. HEX triplet: 7E, 09 and 9B. RGB value is (126,9,155). Sum of RGB (Red+Green+Blue) = 126+9+155=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E099B is #81F664. Grayscale: #3C3C3C. Windows color (decimal): -8517221 or 10160510. OLE color: 10160510.

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

Color convert

RGB1269155-
CMYK0.190.9400.39
HSL288.08º89.02%32.16%-
HSV(B)288.08º94.19%60.78%-
XYZ14.62731.59-
YUV60.63181.26174.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.45%
GREEN value IS 9 (3.91% from 255) = 3.10%
BLUE value IS 155 (60.94% from 255) = 53.45%
R=43.45%
G=3.10%
B=53.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12691550.190.9400.39288.0889.0232.16
Hex7E99B135E0271205920
Octal176112332313604744013140
Binary111111010011001101110011101111001001111001000001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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