#8B149F

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

Shades of Dark Magenta #8B149F

Tints of Dark Magenta #8B149F

Color information

#8B149F (or 0x8B149F) is unknown color: approx Dark Magenta. HEX triplet: 8B, 14 and 9F. RGB value is (139,20,159). Sum of RGB (Red+Green+Blue) = 139+20+159=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B149F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B149F is #74EB60. Grayscale: #464646. Windows color (decimal): -7662433 or 10425483. OLE color: 10425483.

HSL color Cylindrical-coordinate representation of color #8B149F: hue angle of 291.37º degrees, saturation: 0.78, 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 #8B149F is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13920159-
CMYK0.130.8700.38
HSL291.37º77.65%35.1%-
HSV(B)291.37º87.42%62.35%-
XYZ17.168.4933.54-
YUV71.43177.42176.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 20 (8.20% from 255) = 6.29%
BLUE value IS 159 (62.5% from 255) = 50%
R=43.71%
G=6.29%
B=50%

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
Decimal139201590.130.8700.38291.3777.6535.1
Hex8B149FD570261234e23
Octal213242371512704644311643
Binary1000101110100100111111101101011101001101001000111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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