#8B179B

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

Shades of Dark Magenta #8B179B

Tints of Dark Magenta #8B179B

Color information

#8B179B (or 0x8B179B) is unknown color: approx Dark Magenta. HEX triplet: 8B, 17 and 9B. RGB value is (139,23,155). Sum of RGB (Red+Green+Blue) = 139+23+155=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B179B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B179B is #74E864. Grayscale: #484848. Windows color (decimal): -7661669 or 10164107. OLE color: 10164107.

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

Color convert

RGB13923155-
CMYK0.100.8500.39
HSL292.73º74.16%34.9%-
HSV(B)292.73º85.16%60.78%-
XYZ16.878.4731.76-
YUV72.73174.43175.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 23 (9.38% from 255) = 7.26%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=43.85%
G=7.26%
B=48.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139231550.100.8500.39292.7374.1634.9
Hex8B179BA550271254a23
Octal213272331212504744511243
Binary1000101110111100110111010101010101001111001001011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B179B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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