#8B178D

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

Shades of Dark Magenta #8B178D

Tints of Dark Magenta #8B178D

Color information

#8B178D (or 0x8B178D) is unknown color: approx Dark Magenta. HEX triplet: 8B, 17 and 8D. RGB value is (139,23,141). Sum of RGB (Red+Green+Blue) = 139+23+141=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B178D is #74E872. Grayscale: #464646. Windows color (decimal): -7661683 or 9246603. OLE color: 9246603.

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

Color convert

RGB13923141-
CMYK0.010.8400.45
HSL298.98º71.95%32.16%-
HSV(B)298.98º83.69%55.29%-
XYZ15.768.0225.92-
YUV71.14167.43176.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.87%
GREEN value IS 23 (9.38% from 255) = 7.59%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=45.87%
G=7.59%
B=46.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139231410.010.8400.45298.9871.9532.16
Hex8B178D15402D12b4820
Octal21327215112405545311040
Binary1000101110111100011011101010001011011001010111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B178D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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