#8B088A

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

Shades of Dark Magenta #8B088A

Tints of Dark Magenta #8B088A

Color information

#8B088A (or 0x8B088A) is unknown color: approx Dark Magenta. HEX triplet: 8B, 08 and 8A. RGB value is (139,8,138). Sum of RGB (Red+Green+Blue) = 139+8+138=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B088A is #74F775. Grayscale: #3D3D3D. Windows color (decimal): -7665526 or 9046155. OLE color: 9046155.

HSL color Cylindrical-coordinate representation of color #8B088A: hue angle of 300.46º 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 #8B088A is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB1398138-
CMYK00.940.010.45
HSL300.46º89.12%28.82%-
HSV(B)300.46º94.24%54.51%-
XYZ15.327.524.68-
YUV61.99170.9182.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 8 (3.52% from 255) = 2.81%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=48.77%
G=2.81%
B=48.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139813800.940.010.45300.4689.1228.82
Hex8B88A05E12D12c591d
Octal21310212013615545413135
Binary10001011100010001010010111101101101100101100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B088A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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