#8A198F

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

Shades of Dark Magenta #8A198F

Tints of Dark Magenta #8A198F

Color information

#8A198F (or 0x8A198F) is unknown color: approx Dark Magenta. HEX triplet: 8A, 19 and 8F. RGB value is (138,25,143). Sum of RGB (Red+Green+Blue) = 138+25+143=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #8A198F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A198F is #75E670. Grayscale: #474747. Windows color (decimal): -7726705 or 9378186. OLE color: 9378186.

HSL color Cylindrical-coordinate representation of color #8A198F: hue angle of 297.46º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A198F is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13825143-
CMYK0.030.8300.44
HSL297.46º70.24%32.94%-
HSV(B)297.46º82.52%56.08%-
XYZ15.798.0826.71-
YUV72.24167.94174.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.10%
GREEN value IS 25 (10.16% from 255) = 8.17%
BLUE value IS 143 (56.25% from 255) = 46.73%
R=45.10%
G=8.17%
B=46.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138251430.030.8300.44297.4670.2432.94
Hex8A198F35302C1294621
Octal21231217312305445110641
Binary10001010110011000111111101001101011001001010011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A198F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,25,143); }

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

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

 a { background-color: rgb(138,25,143); }

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

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

 span { border-color: rgb(138,25,143); }

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