#7F098D

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

Shades of Dark Magenta #7F098D

Tints of Dark Magenta #7F098D

Color information

#7F098D (or 0x7F098D) is unknown color: approx Dark Magenta. HEX triplet: 7F, 09 and 8D. RGB value is (127,9,141). Sum of RGB (Red+Green+Blue) = 127+9+141=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F098D is #80F672. Grayscale: #3A3A3A. Windows color (decimal): -8451699 or 9243007. OLE color: 9243007.

HSL color Cylindrical-coordinate representation of color #7F098D: hue angle of 293.64º degrees, saturation: 0.88, 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 #7F098D is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1279141-
CMYK0.100.9400.45
HSL293.64º88%29.41%-
HSV(B)293.64º93.62%55.29%-
XYZ13.666.6325.76-
YUV59.33174.09176.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.85%
GREEN value IS 9 (3.91% from 255) = 3.25%
BLUE value IS 141 (55.47% from 255) = 50.90%
R=45.85%
G=3.25%
B=50.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12791410.100.9400.45293.648829.41
Hex7F98DA5E02D126581d
Octal177112151213605544613035
Binary1111111100110001101101010111100101101100100110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F098D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,9,141); }

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

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

 a { background-color: rgb(127,9,141); }

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

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

 span { border-color: rgb(127,9,141); }

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