#8B108D

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

Shades of Dark Magenta #8B108D

Tints of Dark Magenta #8B108D

Color information

#8B108D (or 0x8B108D) is unknown color: approx Dark Magenta. HEX triplet: 8B, 10 and 8D. RGB value is (139,16,141). Sum of RGB (Red+Green+Blue) = 139+16+141=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B108D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B108D is #74EF72. Grayscale: #424242. Windows color (decimal): -7663475 or 9244811. OLE color: 9244811.

HSL color Cylindrical-coordinate representation of color #8B108D: hue angle of 299.04º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B108D is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13916141-
CMYK0.010.8900.45
HSL299.04º79.62%30.78%-
HSV(B)299.04º88.65%55.29%-
XYZ15.647.7825.88-
YUV67.03169.75179.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 16 (6.64% from 255) = 5.41%
BLUE value IS 141 (55.47% from 255) = 47.64%
R=46.96%
G=5.41%
B=47.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139161410.010.8900.45299.0479.6230.78
Hex8B108D15902D12b501f
Octal21320215113105545312037
Binary100010111000010001101110110010101101100101011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,16,141); }

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

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

 a { background-color: rgb(139,16,141); }

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

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

 span { border-color: rgb(139,16,141); }

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