#8B1095

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

Shades of Dark Magenta #8B1095

Tints of Dark Magenta #8B1095

Color information

#8B1095 (or 0x8B1095) is unknown color: approx Dark Magenta. HEX triplet: 8B, 10 and 95. RGB value is (139,16,149). Sum of RGB (Red+Green+Blue) = 139+16+149=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B1095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1095 is #74EF6A. Grayscale: #434343. Windows color (decimal): -7663467 or 9769099. OLE color: 9769099.

HSL color Cylindrical-coordinate representation of color #8B1095: hue angle of 295.49º 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 #8B1095 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13916149-
CMYK0.070.8900.42
HSL295.49º80.61%32.35%-
HSV(B)295.49º89.26%58.43%-
XYZ16.268.0329.13-
YUV67.94173.75178.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.72%
GREEN value IS 16 (6.64% from 255) = 5.26%
BLUE value IS 149 (58.59% from 255) = 49.01%
R=45.72%
G=5.26%
B=49.01%

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
Decimal139161490.070.8900.42295.4980.6132.35
Hex8B109575902A1275120
Octal21320225713105244712140
Binary100010111000010010101111101100101010101001001111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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