#8B159F

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

Shades of Dark Magenta #8B159F

Tints of Dark Magenta #8B159F

Color information

#8B159F (or 0x8B159F) is unknown color: approx Dark Magenta. HEX triplet: 8B, 15 and 9F. RGB value is (139,21,159). Sum of RGB (Red+Green+Blue) = 139+21+159=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B159F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B159F is #74EA60. Grayscale: #474747. Windows color (decimal): -7662177 or 10425739. OLE color: 10425739.

HSL color Cylindrical-coordinate representation of color #8B159F: hue angle of 291.3º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B159F is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13921159-
CMYK0.130.8700.38
HSL291.3º76.67%35.29%-
HSV(B)291.3º86.79%62.35%-
XYZ17.178.5333.54-
YUV72.01177.09175.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 21 (8.59% from 255) = 6.58%
BLUE value IS 159 (62.5% from 255) = 49.84%
R=43.57%
G=6.58%
B=49.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139211590.130.8700.38291.376.6735.29
Hex8B159FD570261234d23
Octal213252371512704644311543
Binary1000101110101100111111101101011101001101001000111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,21,159); }

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

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

 a { background-color: rgb(139,21,159); }

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

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

 span { border-color: rgb(139,21,159); }

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