#7F0895

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

Shades of Dark Magenta #7F0895

Tints of Dark Magenta #7F0895

Color information

#7F0895 (or 0x7F0895) is unknown color: approx Dark Magenta. HEX triplet: 7F, 08 and 95. RGB value is (127,8,149). Sum of RGB (Red+Green+Blue) = 127+8+149=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #7F0895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0895 is #80F76A. Grayscale: #3B3B3B. Windows color (decimal): -8451947 or 9767039. OLE color: 9767039.

HSL color Cylindrical-coordinate representation of color #7F0895: hue angle of 290.64º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0895 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1278149-
CMYK0.150.9500.42
HSL290.64º89.81%30.78%-
HSV(B)290.64º94.63%58.43%-
XYZ14.266.8629.01-
YUV59.66178.42176.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.72%
GREEN value IS 8 (3.52% from 255) = 2.82%
BLUE value IS 149 (58.59% from 255) = 52.46%
R=44.72%
G=2.82%
B=52.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12781490.150.9500.42290.6489.8130.78
Hex7F895F5F02A1235a1f
Octal177102251713705244313237
Binary1111111100010010101111110111110101010100100011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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