#8A139F

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

Shades of Dark Magenta #8A139F

Tints of Dark Magenta #8A139F

Color information

#8A139F (or 0x8A139F) is unknown color: approx Dark Magenta. HEX triplet: 8A, 13 and 9F. RGB value is (138,19,159). Sum of RGB (Red+Green+Blue) = 138+19+159=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A139F is #75EC60. Grayscale: #464646. Windows color (decimal): -7728225 or 10425226. OLE color: 10425226.

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

Color convert

RGB13819159-
CMYK0.130.8800.38
HSL291º78.65%34.9%-
HSV(B)291º88.05%62.35%-
XYZ16.978.3733.52-
YUV70.54177.92176.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.67%
GREEN value IS 19 (7.81% from 255) = 6.01%
BLUE value IS 159 (62.5% from 255) = 50.32%
R=43.67%
G=6.01%
B=50.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138191590.130.8800.3829178.6534.9
Hex8A139FD580261234f23
Octal212232371513004644311743
Binary1000101010011100111111101101100001001101001000111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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