#840C8B

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

Shades of Dark Magenta #840C8B

Tints of Dark Magenta #840C8B

Color information

#840C8B (or 0x840C8B) is unknown color: approx Dark Magenta. HEX triplet: 84, 0C and 8B. RGB value is (132,12,139). Sum of RGB (Red+Green+Blue) = 132+12+139=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #840C8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840C8B is #7BF374. Grayscale: #3D3D3D. Windows color (decimal): -8123253 or 9112708. OLE color: 9112708.

HSL color Cylindrical-coordinate representation of color #840C8B: hue angle of 296.69º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840C8B is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13212139-
CMYK0.050.9100.45
HSL296.69º84.11%29.61%-
HSV(B)296.69º91.37%54.51%-
XYZ14.317.0325.03-
YUV62.36171.26177.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.64%
GREEN value IS 12 (5.08% from 255) = 4.24%
BLUE value IS 139 (54.69% from 255) = 49.12%
R=46.64%
G=4.24%
B=49.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132121390.050.9100.45296.6984.1129.61
Hex84C8B55B02D129541e
Octal20414213513305545112436
Binary1000010011001000101110110110110101101100101001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840C8B; }

 p { color: rgb(132,12,139); }

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

<style>
 a { background-color: #840C8B; }

 a { background-color: rgb(132,12,139); }

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

<style>
 span { border-color: #840C8B; }

 span { border-color: rgb(132,12,139); }

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