#8A058B

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

Shades of Dark Magenta #8A058B

Tints of Dark Magenta #8A058B

Color information

#8A058B (or 0x8A058B) is unknown color: approx Dark Magenta. HEX triplet: 8A, 05 and 8B. RGB value is (138,5,139). Sum of RGB (Red+Green+Blue) = 138+5+139=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A058B is #75FA74. Grayscale: #3B3B3B. Windows color (decimal): -7731829 or 9110922. OLE color: 9110922.

HSL color Cylindrical-coordinate representation of color #8A058B: hue angle of 299.55º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A058B is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1385139-
CMYK0.010.9600.45
HSL299.55º93.06%28.24%-
HSV(B)299.55º96.4%54.51%-
XYZ15.27.3825.05-
YUV60.04172.56183.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.94%
GREEN value IS 5 (2.34% from 255) = 1.77%
BLUE value IS 139 (54.69% from 255) = 49.29%
R=48.94%
G=1.77%
B=49.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13851390.010.9600.45299.5593.0628.24
Hex8A58B16002D12c5d1c
Octal2125213114005545413534
Binary1000101010110001011111000000101101100101100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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