#7E088D

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

Shades of Dark Magenta #7E088D

Tints of Dark Magenta #7E088D

Color information

#7E088D (or 0x7E088D) is unknown color: approx Dark Magenta. HEX triplet: 7E, 08 and 8D. RGB value is (126,8,141). Sum of RGB (Red+Green+Blue) = 126+8+141=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E088D is #81F772. Grayscale: #3A3A3A. Windows color (decimal): -8517491 or 9242750. OLE color: 9242750.

HSL color Cylindrical-coordinate representation of color #7E088D: hue angle of 293.23º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E088D is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1268141-
CMYK0.110.9400.45
HSL293.23º89.26%29.22%-
HSV(B)293.23º94.33%55.29%-
XYZ13.56.5325.75-
YUV58.44174.59176.19-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.82%
GREEN value IS 8 (3.52% from 255) = 2.91%
BLUE value IS 141 (55.47% from 255) = 51.27%
R=45.82%
G=2.91%
B=51.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12681410.110.9400.45293.2389.2629.22
Hex7E88DB5E02D125591d
Octal176102151313605544513135
Binary1111110100010001101101110111100101101100100101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E088D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,8,141); }

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

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

 a { background-color: rgb(126,8,141); }

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

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

 span { border-color: rgb(126,8,141); }

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