#8B168A

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

Shades of Dark Magenta #8B168A

Tints of Dark Magenta #8B168A

Color information

#8B168A (or 0x8B168A) is unknown color: approx Dark Magenta. HEX triplet: 8B, 16 and 8A. RGB value is (139,22,138). Sum of RGB (Red+Green+Blue) = 139+22+138=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B168A is #74E975. Grayscale: #454545. Windows color (decimal): -7661942 or 9049739. OLE color: 9049739.

HSL color Cylindrical-coordinate representation of color #8B168A: hue angle of 300.51º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B168A is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB13922138-
CMYK00.840.010.45
HSL300.51º72.67%31.57%-
HSV(B)300.51º84.17%54.51%-
XYZ15.527.924.75-
YUV70.21166.26177.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 22 (8.98% from 255) = 7.36%
BLUE value IS 138 (54.30% from 255) = 46.15%
R=46.49%
G=7.36%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392213800.840.010.45300.5172.6731.57
Hex8B168A05412D12d4920
Octal21326212012415545511140
Binary1000101110110100010100101010011011011001011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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