#7D089C

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

Shades of Dark Magenta #7D089C

Tints of Dark Magenta #7D089C

Color information

#7D089C (or 0x7D089C) is unknown color: approx Dark Magenta. HEX triplet: 7D, 08 and 9C. RGB value is (125,8,156). Sum of RGB (Red+Green+Blue) = 125+8+156=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D089C is #82F763. Grayscale: #3B3B3B. Windows color (decimal): -8583012 or 10225789. OLE color: 10225789.

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

Color convert

RGB1258156-
CMYK0.200.9500.39
HSL287.43º90.24%32.16%-
HSV(B)287.43º94.87%61.18%-
XYZ14.556.9332.02-
YUV59.86182.26174.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.25%
GREEN value IS 8 (3.52% from 255) = 2.77%
BLUE value IS 156 (61.33% from 255) = 53.98%
R=43.25%
G=2.77%
B=53.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12581560.200.9500.39287.4390.2432.16
Hex7D89C145F02711f5a20
Octal175102342413704743713240
Binary111110110001001110010100101111101001111000111111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D089C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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