#8B169C

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

Shades of Dark Magenta #8B169C

Tints of Dark Magenta #8B169C

Color information

#8B169C (or 0x8B169C) is unknown color: approx Dark Magenta. HEX triplet: 8B, 16 and 9C. RGB value is (139,22,156). Sum of RGB (Red+Green+Blue) = 139+22+156=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B169C is #74E963. Grayscale: #474747. Windows color (decimal): -7661924 or 10229387. OLE color: 10229387.

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

Color convert

RGB13922156-
CMYK0.110.8600.39
HSL292.39º75.28%34.9%-
HSV(B)292.39º85.9%61.18%-
XYZ16.948.4632.19-
YUV72.26175.26175.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 22 (8.98% from 255) = 6.94%
BLUE value IS 156 (61.33% from 255) = 49.21%
R=43.85%
G=6.94%
B=49.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139221560.110.8600.39292.3975.2834.9
Hex8B169CB560271244b23
Octal213262341312604744411343
Binary1000101110110100111001011101011001001111001001001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B169C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,22,156); }

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

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

 a { background-color: rgb(139,22,156); }

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

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

 span { border-color: rgb(139,22,156); }

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