#8B0282

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

Shades of Dark Magenta #8B0282

Tints of Dark Magenta #8B0282

Color information

#8B0282 (or 0x8B0282) is unknown color: approx Dark Magenta. HEX triplet: 8B, 02 and 82. RGB value is (139,2,130). Sum of RGB (Red+Green+Blue) = 139+2+130=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0282 is #74FD7D. Grayscale: #393939. Windows color (decimal): -7667070 or 8520331. OLE color: 8520331.

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

Color convert

RGB1392130-
CMYK00.990.060.45
HSL303.94º97.16%27.65%-
HSV(B)303.94º98.56%54.51%-
XYZ14.77.1421.72-
YUV57.56168.89186.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 130 (51.17% from 255) = 47.97%
R=51.29%
G=0.74%
B=47.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139213000.990.060.45303.9497.1627.65
Hex8B28206362D130611c
Octal2132202014365546014134
Binary10001011101000001001100011110101101100110000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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