#8B149A

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

Shades of Dark Magenta #8B149A

Tints of Dark Magenta #8B149A

Color information

#8B149A (or 0x8B149A) is unknown color: approx Dark Magenta. HEX triplet: 8B, 14 and 9A. RGB value is (139,20,154). Sum of RGB (Red+Green+Blue) = 139+20+154=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B149A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B149A is #74EB65. Grayscale: #464646. Windows color (decimal): -7662438 or 10097803. OLE color: 10097803.

HSL color Cylindrical-coordinate representation of color #8B149A: hue angle of 293.28º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B149A is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13920154-
CMYK0.100.8700.40
HSL293.28º77.01%34.12%-
HSV(B)293.28º87.01%60.39%-
XYZ16.738.3231.3-
YUV70.86174.92176.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.41%
GREEN value IS 20 (8.20% from 255) = 6.39%
BLUE value IS 154 (60.55% from 255) = 49.20%
R=44.41%
G=6.39%
B=49.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139201540.100.8700.40293.2877.0134.12
Hex8B149AA570281254d22
Octal213242321212705044511542
Binary1000101110100100110101010101011101010001001001011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B149A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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