#8B0A88

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

Shades of Dark Magenta #8B0A88

Tints of Dark Magenta #8B0A88

Color information

#8B0A88 (or 0x8B0A88) is unknown color: approx Dark Magenta. HEX triplet: 8B, 0A and 88. RGB value is (139,10,136). Sum of RGB (Red+Green+Blue) = 139+10+136=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0A88 is #74F577. Grayscale: #3E3E3E. Windows color (decimal): -7665016 or 8915595. OLE color: 8915595.

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

Color convert

RGB13910136-
CMYK00.930.020.45
HSL301.4º86.58%29.22%-
HSV(B)301.4º92.81%54.51%-
XYZ15.27.4823.94-
YUV62.94169.24182.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 10 (4.30% from 255) = 3.51%
BLUE value IS 136 (53.52% from 255) = 47.72%
R=48.77%
G=3.51%
B=47.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391013600.930.020.45301.486.5829.22
Hex8BA8805D22D12d571d
Octal21312210013525545512735
Binary100010111010100010000101110110101101100101101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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