#8B0382

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

Shades of Dark Magenta #8B0382

Tints of Dark Magenta #8B0382

Color information

#8B0382 (or 0x8B0382) is unknown color: approx Dark Magenta. HEX triplet: 8B, 03 and 82. RGB value is (139,3,130). Sum of RGB (Red+Green+Blue) = 139+3+130=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0382 is #74FC7D. Grayscale: #393939. Windows color (decimal): -7666814 or 8520587. OLE color: 8520587.

HSL color Cylindrical-coordinate representation of color #8B0382: hue angle of 303.97º 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 #8B0382 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB1393130-
CMYK00.980.060.45
HSL303.97º95.77%27.84%-
HSV(B)303.97º97.84%54.51%-
XYZ14.717.1721.73-
YUV58.14168.56185.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.10%
GREEN value IS 3 (1.56% from 255) = 1.10%
BLUE value IS 130 (51.17% from 255) = 47.79%
R=51.10%
G=1.10%
B=47.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139313000.980.060.45303.9795.7727.84
Hex8B38206262D130601c
Octal2133202014265546014034
Binary10001011111000001001100010110101101100110000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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