#8B0791

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

Shades of Dark Magenta #8B0791

Tints of Dark Magenta #8B0791

Color information

#8B0791 (or 0x8B0791) is unknown color: approx Dark Magenta. HEX triplet: 8B, 07 and 91. RGB value is (139,7,145). Sum of RGB (Red+Green+Blue) = 139+7+145=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B0791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0791 is #74F86E. Grayscale: #3D3D3D. Windows color (decimal): -7665775 or 9504651. OLE color: 9504651.

HSL color Cylindrical-coordinate representation of color #8B0791: hue angle of 297.39º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0791 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1397145-
CMYK0.040.9500.43
HSL297.39º90.79%29.8%-
HSV(B)297.39º95.17%56.86%-
XYZ15.837.6927.44-
YUV62.2174.73182.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.77%
GREEN value IS 7 (3.12% from 255) = 2.41%
BLUE value IS 145 (57.03% from 255) = 49.83%
R=47.77%
G=2.41%
B=49.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13971450.040.9500.43297.3990.7929.8
Hex8B79145F02B1295b1e
Octal2137221413705345113336
Binary100010111111001000110010111110101011100101001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,7,145); }

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

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

 a { background-color: rgb(139,7,145); }

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

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

 span { border-color: rgb(139,7,145); }

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