#8b0888

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

Shades of Dark Magenta #8B0888

Tints of Dark Magenta #8B0888

Color information

#8B0888 (or 0x8B0888) is unknown color: approx Dark Magenta. HEX triplet: 8B, 08 and 88. RGB value is (139,8,136). Sum of RGB (Red+Green+Blue) = 139+8+136=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0888 is #74F777. Grayscale: #3D3D3D. Windows color (decimal): -7665528 or 8915083. OLE color: 8915083.

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

Color convert

RGB1398136-
CMYK00.940.020.45
HSL301.37º89.12%28.82%-
HSV(B)301.37º94.24%54.51%-
XYZ15.187.4423.93-
YUV61.76169.9183.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.12%
GREEN value IS 8 (3.52% from 255) = 2.83%
BLUE value IS 136 (53.52% from 255) = 48.06%
R=49.12%
G=2.83%
B=48.06%

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
Decimal139813600.940.020.45301.3789.1228.82
Hex8B88805E22D12d591d
Octal21310210013625545513135
Binary100010111000100010000101111010101101100101101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b0888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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