#8B16A2

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

Shades of Dark Magenta #8B16A2

Tints of Dark Magenta #8B16A2

Color information

#8B16A2 (or 0x8B16A2) is unknown color: approx Dark Magenta. HEX triplet: 8B, 16 and A2. RGB value is (139,22,162). Sum of RGB (Red+Green+Blue) = 139+22+162=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 162 (63.67% from 255 or 50.15% from 323); Max value from RGB is 162 - color contains mainly: blue. Hex color #8B16A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B16A2 is #74E95D. Grayscale: #484848. Windows color (decimal): -7661918 or 10622603. OLE color: 10622603.

HSL color Cylindrical-coordinate representation of color #8B16A2: hue angle of 290.14º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B16A2 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13922162-
CMYK0.140.8600.36
HSL290.14º76.09%36.08%-
HSV(B)290.14º86.42%63.53%-
XYZ17.468.6734.94-
YUV72.94178.26175.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.03%
GREEN value IS 22 (8.98% from 255) = 6.81%
BLUE value IS 162 (63.67% from 255) = 50.15%
R=43.03%
G=6.81%
B=50.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139221620.140.8600.36290.1476.0936.08
Hex8B16A2E560241224c24
Octal213262421612604444211444
Binary1000101110110101000101110101011001001001001000101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B16A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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