#8A1C91

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

Shades of Dark Magenta #8A1C91

Tints of Dark Magenta #8A1C91

Color information

#8A1C91 (or 0x8A1C91) is unknown color: approx Dark Magenta. HEX triplet: 8A, 1C and 91. RGB value is (138,28,145). Sum of RGB (Red+Green+Blue) = 138+28+145=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #8A1C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1C91 is #75E36E. Grayscale: #494949. Windows color (decimal): -7725935 or 9510026. OLE color: 9510026.

HSL color Cylindrical-coordinate representation of color #8A1C91: hue angle of 296.41º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A1C91 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13828145-
CMYK0.050.8100.43
HSL296.41º67.63%33.92%-
HSV(B)296.41º80.69%56.86%-
XYZ16.018.2827.54-
YUV74.23167.94173.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.37%
GREEN value IS 28 (11.33% from 255) = 9.00%
BLUE value IS 145 (57.03% from 255) = 46.62%
R=44.37%
G=9.00%
B=46.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138281450.050.8100.43296.4167.6333.92
Hex8A1C9155102B1284422
Octal21234221512105345010442
Binary100010101110010010001101101000101010111001010001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,28,145); }

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

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

 a { background-color: rgb(138,28,145); }

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

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

 span { border-color: rgb(138,28,145); }

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