#8B0788

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

Shades of Dark Magenta #8B0788

Tints of Dark Magenta #8B0788

Color information

#8B0788 (or 0x8B0788) is unknown color: approx Dark Magenta. HEX triplet: 8B, 07 and 88. RGB value is (139,7,136). Sum of RGB (Red+Green+Blue) = 139+7+136=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0788 is #74F877. Grayscale: #3C3C3C. Windows color (decimal): -7665784 or 8914827. OLE color: 8914827.

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

Color convert

RGB1397136-
CMYK00.950.020.45
HSL301.36º90.41%28.63%-
HSV(B)301.36º94.96%54.51%-
XYZ15.177.4223.93-
YUV61.17170.23183.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.29%
GREEN value IS 7 (3.12% from 255) = 2.48%
BLUE value IS 136 (53.52% from 255) = 48.23%
R=49.29%
G=2.48%
B=48.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139713600.950.020.45301.3690.4128.63
Hex8B78805F22D12d5a1d
Octal2137210013725545513235
Binary10001011111100010000101111110101101100101101101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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