#8B0988

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

Shades of Dark Magenta #8B0988

Tints of Dark Magenta #8B0988

Color information

#8B0988 (or 0x8B0988) is unknown color: approx Dark Magenta. HEX triplet: 8B, 09 and 88. RGB value is (139,9,136). Sum of RGB (Red+Green+Blue) = 139+9+136=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0988 is #74F677. Grayscale: #3D3D3D. Windows color (decimal): -7665272 or 8915339. OLE color: 8915339.

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

Color convert

RGB1399136-
CMYK00.940.020.45
HSL301.38º87.84%29.02%-
HSV(B)301.38º93.53%54.51%-
XYZ15.197.4623.93-
YUV62.35169.57182.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.94%
GREEN value IS 9 (3.91% from 255) = 3.17%
BLUE value IS 136 (53.52% from 255) = 47.89%
R=48.94%
G=3.17%
B=47.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139913600.940.020.45301.3887.8429.02
Hex8B98805E22D12d581d
Octal21311210013625545513035
Binary100010111001100010000101111010101101100101101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,9,136); }

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

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

 a { background-color: rgb(139,9,136); }

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

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

 span { border-color: rgb(139,9,136); }

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