#8A179B

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

Shades of Dark Magenta #8A179B

Tints of Dark Magenta #8A179B

Color information

#8A179B (or 0x8A179B) is unknown color: approx Dark Magenta. HEX triplet: 8A, 17 and 9B. RGB value is (138,23,155). Sum of RGB (Red+Green+Blue) = 138+23+155=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A179B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A179B is #75E864. Grayscale: #484848. Windows color (decimal): -7727205 or 10164106. OLE color: 10164106.

HSL color Cylindrical-coordinate representation of color #8A179B: hue angle of 292.27º 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 #8A179B is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13823155-
CMYK0.110.8500.39
HSL292.27º74.16%34.9%-
HSV(B)292.27º85.16%60.78%-
XYZ16.78.3831.75-
YUV72.43174.6174.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.67%
GREEN value IS 23 (9.38% from 255) = 7.28%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=43.67%
G=7.28%
B=49.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138231550.110.8500.39292.2774.1634.9
Hex8A179BB550271244a23
Octal212272331312504744411243
Binary1000101010111100110111011101010101001111001001001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A179B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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