#8B158E

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

Shades of Dark Magenta #8B158E

Tints of Dark Magenta #8B158E

Color information

#8B158E (or 0x8B158E) is unknown color: approx Dark Magenta. HEX triplet: 8B, 15 and 8E. RGB value is (139,21,142). Sum of RGB (Red+Green+Blue) = 139+21+142=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B158E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B158E is #74EA71. Grayscale: #454545. Windows color (decimal): -7662194 or 9311627. OLE color: 9311627.

HSL color Cylindrical-coordinate representation of color #8B158E: hue angle of 298.51º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B158E is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13921142-
CMYK0.020.8500.44
HSL298.51º74.23%31.96%-
HSV(B)298.51º85.21%55.69%-
XYZ15.87.9826.3-
YUV70.08168.59177.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.03%
GREEN value IS 21 (8.59% from 255) = 6.95%
BLUE value IS 142 (55.86% from 255) = 47.02%
R=46.03%
G=6.95%
B=47.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139211420.020.8500.44298.5174.2331.96
Hex8B158E25502C12b4a20
Octal21325216212505445311240
Binary10001011101011000111010101010101011001001010111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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