#7F0899

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

Shades of Dark Magenta #7F0899

Tints of Dark Magenta #7F0899

Color information

#7F0899 (or 0x7F0899) is unknown color: approx Dark Magenta. HEX triplet: 7F, 08 and 99. RGB value is (127,8,153). Sum of RGB (Red+Green+Blue) = 127+8+153=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F0899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0899 is #80F766. Grayscale: #3B3B3B. Windows color (decimal): -8451943 or 10029183. OLE color: 10029183.

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

Color convert

RGB1278153-
CMYK0.170.9500.4
HSL289.24º90.06%31.57%-
HSV(B)289.24º94.77%60%-
XYZ14.596.9930.72-
YUV60.11180.42175.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.10%
GREEN value IS 8 (3.52% from 255) = 2.78%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=44.10%
G=2.78%
B=53.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal12781530.170.9500.4289.2490.0631.57
Hex7F899115F0281215a20
Octal177102312113705044113240
Binary111111110001001100110001101111101010001001000011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,8,153); }

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

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

 a { background-color: rgb(127,8,153); }

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

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

 span { border-color: rgb(127,8,153); }

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