#7D098E

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

Shades of Dark Magenta #7D098E

Tints of Dark Magenta #7D098E

Color information

#7D098E (or 0x7D098E) is unknown color: approx Dark Magenta. HEX triplet: 7D, 09 and 8E. RGB value is (125,9,142). Sum of RGB (Red+Green+Blue) = 125+9+142=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D098E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D098E is #82F671. Grayscale: #3A3A3A. Windows color (decimal): -8582770 or 9308541. OLE color: 9308541.

HSL color Cylindrical-coordinate representation of color #7D098E: hue angle of 292.33º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D098E is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1259142-
CMYK0.120.9400.44
HSL292.33º88.08%29.61%-
HSV(B)292.33º93.66%55.69%-
XYZ13.446.5126.14-
YUV58.85174.93175.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.29%
GREEN value IS 9 (3.91% from 255) = 3.26%
BLUE value IS 142 (55.86% from 255) = 51.45%
R=45.29%
G=3.26%
B=51.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12591420.120.9400.44292.3388.0829.61
Hex7D98EC5E02C124581e
Octal175112161413605444413036
Binary1111101100110001110110010111100101100100100100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,9,142); }

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

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

 a { background-color: rgb(125,9,142); }

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

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

 span { border-color: rgb(125,9,142); }

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