#8B179A

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

Shades of Dark Magenta #8B179A

Tints of Dark Magenta #8B179A

Color information

#8B179A (or 0x8B179A) is unknown color: approx Dark Magenta. HEX triplet: 8B, 17 and 9A. RGB value is (139,23,154). Sum of RGB (Red+Green+Blue) = 139+23+154=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B179A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B179A is #74E865. Grayscale: #484848. Windows color (decimal): -7661670 or 10098571. OLE color: 10098571.

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

Color convert

RGB13923154-
CMYK0.100.8500.40
HSL293.13º74.01%34.71%-
HSV(B)293.13º85.06%60.39%-
XYZ16.798.4331.32-
YUV72.62173.93175.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.99%
GREEN value IS 23 (9.38% from 255) = 7.28%
BLUE value IS 154 (60.55% from 255) = 48.73%
R=43.99%
G=7.28%
B=48.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139231540.100.8500.40293.1374.0134.71
Hex8B179AA550281254a23
Octal213272321212505044511243
Binary1000101110111100110101010101010101010001001001011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B179A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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