#8B179D

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

Shades of Dark Magenta #8B179D

Tints of Dark Magenta #8B179D

Color information

#8B179D (or 0x8B179D) is unknown color: approx Dark Magenta. HEX triplet: 8B, 17 and 9D. RGB value is (139,23,157). Sum of RGB (Red+Green+Blue) = 139+23+157=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B179D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B179D is #74E862. Grayscale: #484848. Windows color (decimal): -7661667 or 10295179. OLE color: 10295179.

HSL color Cylindrical-coordinate representation of color #8B179D: hue angle of 291.94º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B179D is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13923157-
CMYK0.110.8500.38
HSL291.94º74.44%35.29%-
HSV(B)291.94º85.35%61.57%-
XYZ17.048.5432.65-
YUV72.96175.43175.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 23 (9.38% from 255) = 7.21%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=43.57%
G=7.21%
B=49.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139231570.110.8500.38291.9474.4435.29
Hex8B179DB550261244a23
Octal213272351312504644411243
Binary1000101110111100111011011101010101001101001001001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B179D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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