#8B028E

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

Shades of Dark Magenta #8B028E

Tints of Dark Magenta #8B028E

Color information

#8B028E (or 0x8B028E) is unknown color: approx Dark Magenta. HEX triplet: 8B, 02 and 8E. RGB value is (139,2,142). Sum of RGB (Red+Green+Blue) = 139+2+142=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B028E is #74FD71. Grayscale: #3A3A3A. Windows color (decimal): -7667058 or 9306763. OLE color: 9306763.

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

Color convert

RGB1392142-
CMYK0.020.9900.44
HSL298.71º97.22%28.24%-
HSV(B)298.71º98.59%55.69%-
XYZ15.557.4926.22-
YUV58.92174.89185.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.12%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=49.12%
G=0.71%
B=50.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13921420.020.9900.44298.7197.2228.24
Hex8B28E26302C12b611c
Octal2132216214305445314134
Binary1000101110100011101011000110101100100101011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B028E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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