#8B139E

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

Shades of Dark Magenta #8B139E

Tints of Dark Magenta #8B139E

Color information

#8B139E (or 0x8B139E) is unknown color: approx Dark Magenta. HEX triplet: 8B, 13 and 9E. RGB value is (139,19,158). Sum of RGB (Red+Green+Blue) = 139+19+158=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B139E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B139E is #74EC61. Grayscale: #464646. Windows color (decimal): -7662690 or 10359691. OLE color: 10359691.

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

Color convert

RGB13919158-
CMYK0.120.8800.38
HSL291.8º78.53%34.71%-
HSV(B)291.8º87.97%61.96%-
XYZ17.058.4233.07-
YUV70.73177.26176.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.99%
GREEN value IS 19 (7.81% from 255) = 6.01%
BLUE value IS 158 (62.11% from 255) = 50%
R=43.99%
G=6.01%
B=50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139191580.120.8800.38291.878.5334.71
Hex8B139EC580261244f23
Octal213232361413004644411743
Binary1000101110011100111101100101100001001101001001001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,19,158); }

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

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

 a { background-color: rgb(139,19,158); }

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

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

 span { border-color: rgb(139,19,158); }

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