#8b0886

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

Shades of Dark Magenta #8B0886

Tints of Dark Magenta #8B0886

Color information

#8B0886 (or 0x8B0886) is unknown color: approx Dark Magenta. HEX triplet: 8B, 08 and 86. RGB value is (139,8,134). Sum of RGB (Red+Green+Blue) = 139+8+134=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0886 is #74F779. Grayscale: #3D3D3D. Windows color (decimal): -7665530 or 8784011. OLE color: 8784011.

HSL color Cylindrical-coordinate representation of color #8B0886: hue angle of 302.29º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0886 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB1398134-
CMYK00.940.040.45
HSL302.29º89.12%28.82%-
HSV(B)302.29º94.24%54.51%-
XYZ15.047.3823.19-
YUV61.53168.9183.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.47%
GREEN value IS 8 (3.52% from 255) = 2.85%
BLUE value IS 134 (52.73% from 255) = 47.69%
R=49.47%
G=2.85%
B=47.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139813400.940.040.45302.2989.1228.82
Hex8B88605E42D12e591d
Octal21310206013645545613135
Binary1000101110001000011001011110100101101100101110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b0886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,8,134); }

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

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

 a { background-color: rgb(139,8,134); }

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

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

 span { border-color: rgb(139,8,134); }

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