#840C8D

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

Shades of Dark Magenta #840C8D

Tints of Dark Magenta #840C8D

Color information

#840C8D (or 0x840C8D) is unknown color: approx Dark Magenta. HEX triplet: 84, 0C and 8D. RGB value is (132,12,141). Sum of RGB (Red+Green+Blue) = 132+12+141=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #840C8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840C8D is #7BF372. Grayscale: #3E3E3E. Windows color (decimal): -8123251 or 9243780. OLE color: 9243780.

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

Color convert

RGB13212141-
CMYK0.060.9100.45
HSL295.81º84.31%30%-
HSV(B)295.81º91.49%55.29%-
XYZ14.457.0925.81-
YUV62.59172.26177.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 12 (5.08% from 255) = 4.21%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=46.32%
G=4.21%
B=49.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132121410.060.9100.45295.8184.3130
Hex84C8D65B02D128541e
Octal20414215613305545012436
Binary1000010011001000110111010110110101101100101000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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