#8B158F

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

Shades of Dark Magenta #8B158F

Tints of Dark Magenta #8B158F

Color information

#8B158F (or 0x8B158F) is unknown color: approx Dark Magenta. HEX triplet: 8B, 15 and 8F. RGB value is (139,21,143). Sum of RGB (Red+Green+Blue) = 139+21+143=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #8B158F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B158F is #74EA70. Grayscale: #454545. Windows color (decimal): -7662193 or 9377163. OLE color: 9377163.

HSL color Cylindrical-coordinate representation of color #8B158F: hue angle of 298.03º 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 #8B158F is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13921143-
CMYK0.030.8500.44
HSL298.03º74.39%32.16%-
HSV(B)298.03º85.31%56.08%-
XYZ15.878.0126.7-
YUV70.19169.09177.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.87%
GREEN value IS 21 (8.59% from 255) = 6.93%
BLUE value IS 143 (56.25% from 255) = 47.19%
R=45.87%
G=6.93%
B=47.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139211430.030.8500.44298.0374.3932.16
Hex8B158F35502C12a4a20
Octal21325217312505445211240
Binary10001011101011000111111101010101011001001010101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B158F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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