#8B0A89

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

Shades of Dark Magenta #8B0A89

Tints of Dark Magenta #8B0A89

Color information

#8B0A89 (or 0x8B0A89) is unknown color: approx Dark Magenta. HEX triplet: 8B, 0A and 89. RGB value is (139,10,137). Sum of RGB (Red+Green+Blue) = 139+10+137=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0A89 is #74F576. Grayscale: #3E3E3E. Windows color (decimal): -7665015 or 8981131. OLE color: 8981131.

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

Color convert

RGB13910137-
CMYK00.930.010.45
HSL300.93º86.58%29.22%-
HSV(B)300.93º92.81%54.51%-
XYZ15.277.5124.31-
YUV63.05169.74182.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.60%
GREEN value IS 10 (4.30% from 255) = 3.50%
BLUE value IS 137 (53.91% from 255) = 47.90%
R=48.60%
G=3.50%
B=47.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391013700.930.010.45300.9386.5829.22
Hex8BA8905D12D12d571d
Octal21312211013515545512735
Binary10001011101010001001010111011101101100101101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,10,137); }

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

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

 a { background-color: rgb(139,10,137); }

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

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

 span { border-color: rgb(139,10,137); }

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