#8A139E

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

Shades of Dark Magenta #8A139E

Tints of Dark Magenta #8A139E

Color information

#8A139E (or 0x8A139E) is unknown color: approx Dark Magenta. HEX triplet: 8A, 13 and 9E. RGB value is (138,19,158). Sum of RGB (Red+Green+Blue) = 138+19+158=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A139E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A139E is #75EC61. Grayscale: #454545. Windows color (decimal): -7728226 or 10359690. OLE color: 10359690.

HSL color Cylindrical-coordinate representation of color #8A139E: hue angle of 291.37º 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 #8A139E is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13819158-
CMYK0.130.8800.38
HSL291.37º78.53%34.71%-
HSV(B)291.37º87.97%61.96%-
XYZ16.898.3433.07-
YUV70.43177.42176.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.81%
GREEN value IS 19 (7.81% from 255) = 6.03%
BLUE value IS 158 (62.11% from 255) = 50.16%
R=43.81%
G=6.03%
B=50.16%

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
Decimal138191580.130.8800.38291.3778.5334.71
Hex8A139ED580261234f23
Octal212232361513004644311743
Binary1000101010011100111101101101100001001101001000111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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