#7F099B

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

Shades of Dark Magenta #7F099B

Tints of Dark Magenta #7F099B

Color information

#7F099B (or 0x7F099B) is unknown color: approx Dark Magenta. HEX triplet: 7F, 09 and 9B. RGB value is (127,9,155). Sum of RGB (Red+Green+Blue) = 127+9+155=291 (38% of max value = 765). Red value is 127 (50% from 255 or 43.64% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F099B is #80F664. Grayscale: #3C3C3C. Windows color (decimal): -8451685 or 10160511. OLE color: 10160511.

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

Color convert

RGB1279155-
CMYK0.180.9400.39
HSL288.49º89.02%32.16%-
HSV(B)288.49º94.19%60.78%-
XYZ14.777.0731.6-
YUV60.93181.09175.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.64%
GREEN value IS 9 (3.91% from 255) = 3.09%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=43.64%
G=3.09%
B=53.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12791550.180.9400.39288.4989.0232.16
Hex7F99B125E0271205920
Octal177112332213604744013140
Binary111111110011001101110010101111001001111001000001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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