#7D089D

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

Shades of Dark Magenta #7D089D

Tints of Dark Magenta #7D089D

Color information

#7D089D (or 0x7D089D) is unknown color: approx Dark Magenta. HEX triplet: 7D, 08 and 9D. RGB value is (125,8,157). Sum of RGB (Red+Green+Blue) = 125+8+157=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D089D is #82F762. Grayscale: #3B3B3B. Windows color (decimal): -8583011 or 10291325. OLE color: 10291325.

HSL color Cylindrical-coordinate representation of color #7D089D: hue angle of 287.11º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D089D is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1258157-
CMYK0.200.9500.38
HSL287.11º90.3%32.35%-
HSV(B)287.11º94.9%61.57%-
XYZ14.636.9732.47-
YUV59.97182.76174.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.10%
GREEN value IS 8 (3.52% from 255) = 2.76%
BLUE value IS 157 (61.72% from 255) = 54.14%
R=43.10%
G=2.76%
B=54.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12581570.200.9500.38287.1190.332.35
Hex7D89D145F02611f5a20
Octal175102352413704643713240
Binary111110110001001110110100101111101001101000111111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D089D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,8,157); }

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

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

 a { background-color: rgb(125,8,157); }

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

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

 span { border-color: rgb(125,8,157); }

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