#8B029C

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

Shades of Dark Magenta #8B029C

Tints of Dark Magenta #8B029C

Color information

#8B029C (or 0x8B029C) is unknown color: approx Dark Magenta. HEX triplet: 8B, 02 and 9C. RGB value is (139,2,156). Sum of RGB (Red+Green+Blue) = 139+2+156=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B029C is #74FD63. Grayscale: #3C3C3C. Windows color (decimal): -7667044 or 10224267. OLE color: 10224267.

HSL color Cylindrical-coordinate representation of color #8B029C: hue angle of 293.38º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B029C is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1392156-
CMYK0.110.9900.39
HSL293.38º97.47%30.98%-
HSV(B)293.38º98.72%61.18%-
XYZ16.677.9332.11-
YUV60.52181.89183.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 156 (61.33% from 255) = 52.53%
R=46.80%
G=0.67%
B=52.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13921560.110.9900.39293.3897.4730.98
Hex8B29CB63027125611f
Octal21322341314304744514137
Binary100010111010011100101111000110100111100100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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