#8A1493

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

Shades of Dark Magenta #8A1493

Tints of Dark Magenta #8A1493

Color information

#8A1493 (or 0x8A1493) is unknown color: approx Dark Magenta. HEX triplet: 8A, 14 and 93. RGB value is (138,20,147). Sum of RGB (Red+Green+Blue) = 138+20+147=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A1493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1493 is #75EB6C. Grayscale: #454545. Windows color (decimal): -7727981 or 9639050. OLE color: 9639050.

HSL color Cylindrical-coordinate representation of color #8A1493: hue angle of 295.75º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1493 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13820147-
CMYK0.060.8600.42
HSL295.75º76.05%32.75%-
HSV(B)295.75º86.39%57.65%-
XYZ168.0128.31-
YUV69.76171.59176.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.25%
GREEN value IS 20 (8.20% from 255) = 6.56%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=45.25%
G=6.56%
B=48.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138201470.060.8600.42295.7576.0532.75
Hex8A149365602A1284c21
Octal21224223612605245011441
Binary100010101010010010011110101011001010101001010001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,20,147); }

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

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

 a { background-color: rgb(138,20,147); }

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

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

 span { border-color: rgb(138,20,147); }

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