#8A1895

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

Shades of Dark Magenta #8A1895

Tints of Dark Magenta #8A1895

Color information

#8A1895 (or 0x8A1895) is unknown color: approx Dark Magenta. HEX triplet: 8A, 18 and 95. RGB value is (138,24,149). Sum of RGB (Red+Green+Blue) = 138+24+149=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A1895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1895 is #75E76A. Grayscale: #474747. Windows color (decimal): -7726955 or 9771146. OLE color: 9771146.

HSL color Cylindrical-coordinate representation of color #8A1895: hue angle of 294.72º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1895 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13824149-
CMYK0.070.8400.42
HSL294.72º72.25%33.92%-
HSV(B)294.72º83.89%58.43%-
XYZ16.238.2329.17-
YUV72.34171.27174.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.37%
GREEN value IS 24 (9.77% from 255) = 7.72%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=44.37%
G=7.72%
B=47.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138241490.070.8400.42294.7272.2533.92
Hex8A189575402A1274822
Octal21230225712405244711042
Binary100010101100010010101111101010001010101001001111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,24,149); }

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

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

 a { background-color: rgb(138,24,149); }

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

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

 span { border-color: rgb(138,24,149); }

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