#8B0381

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

Shades of Dark Magenta #8B0381

Tints of Dark Magenta #8B0381

Color information

#8B0381 (or 0x8B0381) is unknown color: approx Dark Magenta. HEX triplet: 8B, 03 and 81. RGB value is (139,3,129). Sum of RGB (Red+Green+Blue) = 139+3+129=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0381 is #74FC7E. Grayscale: #393939. Windows color (decimal): -7666815 or 8455051. OLE color: 8455051.

HSL color Cylindrical-coordinate representation of color #8B0381: hue angle of 304.41º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B0381 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB1393129-
CMYK00.980.070.45
HSL304.41º95.77%27.84%-
HSV(B)304.41º97.84%54.51%-
XYZ14.647.1421.38-
YUV58.03168.06185.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 129 (50.78% from 255) = 47.60%
R=51.29%
G=1.11%
B=47.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139312900.980.070.45304.4195.7727.84
Hex8B38106272D130601c
Octal2133201014275546014034
Binary10001011111000000101100010111101101100110000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,3,129); }

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

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

 a { background-color: rgb(139,3,129); }

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

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

 span { border-color: rgb(139,3,129); }

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