#8A079F

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

Shades of Dark Magenta #8A079F

Tints of Dark Magenta #8A079F

Color information

#8A079F (or 0x8A079F) is unknown color: approx Dark Magenta. HEX triplet: 8A, 07 and 9F. RGB value is (138,7,159). Sum of RGB (Red+Green+Blue) = 138+7+159=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A079F is #75F860. Grayscale: #3F3F3F. Windows color (decimal): -7731297 or 10422154. OLE color: 10422154.

HSL color Cylindrical-coordinate representation of color #8A079F: hue angle of 291.71º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A079F is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1387159-
CMYK0.130.9600.38
HSL291.71º91.57%32.55%-
HSV(B)291.71º95.6%62.35%-
XYZ16.828.0633.47-
YUV63.5181.9181.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.39%
GREEN value IS 7 (3.12% from 255) = 2.30%
BLUE value IS 159 (62.5% from 255) = 52.30%
R=45.39%
G=2.30%
B=52.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13871590.130.9600.38291.7191.5732.55
Hex8A79FD600261245c21
Octal21272371514004644413441
Binary10001010111100111111101110000001001101001001001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A079F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A079F; }

 p { color: rgb(138,7,159); }

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

<style>
 a { background-color: #8A079F; }

 a { background-color: rgb(138,7,159); }

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

<style>
 span { border-color: #8A079F; }

 span { border-color: rgb(138,7,159); }

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