#8B0091

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

Shades of Dark Magenta #8B0091

Tints of Dark Magenta #8B0091

Color information

#8B0091 (or 0x8B0091) is unknown color: approx Dark Magenta. HEX triplet: 8B, 00 and 91. RGB value is (139,0,145). Sum of RGB (Red+Green+Blue) = 139+0+145=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B0091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0091 is #74FF6E. Grayscale: #393939. Windows color (decimal): -7667567 or 9502859. OLE color: 9502859.

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

Color convert

RGB1390145-
CMYK0.04100.43
HSL297.52º100%28.43%-
HSV(B)297.52º100%56.86%-
XYZ15.767.5327.41-
YUV58.09177.05185.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 145 (57.03% from 255) = 51.06%
R=48.94%
G=0%
B=51.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13901450.04100.43297.5210028.43
Hex8B09146402B12a641c
Octal2130221414405345214434
Binary1000101101001000110011001000101011100101010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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