#8B178A

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

Shades of Dark Magenta #8B178A

Tints of Dark Magenta #8B178A

Color information

#8B178A (or 0x8B178A) is unknown color: approx Dark Magenta. HEX triplet: 8B, 17 and 8A. RGB value is (139,23,138). Sum of RGB (Red+Green+Blue) = 139+23+138=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B178A is #74E875. Grayscale: #464646. Windows color (decimal): -7661686 or 9049995. OLE color: 9049995.

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

Color convert

RGB13923138-
CMYK00.830.010.45
HSL300.52º71.6%31.76%-
HSV(B)300.52º83.45%54.51%-
XYZ15.547.9424.76-
YUV70.79165.93176.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.33%
GREEN value IS 23 (9.38% from 255) = 7.67%
BLUE value IS 138 (54.30% from 255) = 46%
R=46.33%
G=7.67%
B=46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392313800.830.010.45300.5271.631.76
Hex8B178A05312D12d4820
Octal21327212012315545511040
Binary1000101110111100010100101001111011011001011011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B178A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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