#7F0998

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

Shades of Dark Magenta #7F0998

Tints of Dark Magenta #7F0998

Color information

#7F0998 (or 0x7F0998) is unknown color: approx Dark Magenta. HEX triplet: 7F, 09 and 98. RGB value is (127,9,152). Sum of RGB (Red+Green+Blue) = 127+9+152=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #7F0998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0998 is #80F667. Grayscale: #3C3C3C. Windows color (decimal): -8451688 or 9963903. OLE color: 9963903.

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

Color convert

RGB1279152-
CMYK0.160.9400.40
HSL289.51º88.82%31.57%-
HSV(B)289.51º94.08%59.61%-
XYZ14.526.9730.29-
YUV60.58179.59175.37-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.10%
GREEN value IS 9 (3.91% from 255) = 3.12%
BLUE value IS 152 (59.77% from 255) = 52.78%
R=44.10%
G=3.12%
B=52.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12791520.160.9400.40289.5188.8231.57
Hex7F998105E0281225920
Octal177112302013605044213140
Binary111111110011001100010000101111001010001001000101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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