#8A1095

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

Shades of Dark Magenta #8A1095

Tints of Dark Magenta #8A1095

Color information

#8A1095 (or 0x8A1095) is unknown color: approx Dark Magenta. HEX triplet: 8A, 10 and 95. RGB value is (138,16,149). Sum of RGB (Red+Green+Blue) = 138+16+149=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A1095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1095 is #75EF6A. Grayscale: #434343. Windows color (decimal): -7729003 or 9769098. OLE color: 9769098.

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

Color convert

RGB13816149-
CMYK0.070.8900.42
HSL295.04º80.61%32.35%-
HSV(B)295.04º89.26%58.43%-
XYZ16.097.9429.12-
YUV67.64173.92178.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.54%
GREEN value IS 16 (6.64% from 255) = 5.28%
BLUE value IS 149 (58.59% from 255) = 49.17%
R=45.54%
G=5.28%
B=49.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138161490.070.8900.42295.0480.6132.35
Hex8A109575902A1275120
Octal21220225713105244712140
Binary100010101000010010101111101100101010101001001111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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