#840E88

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

Shades of Dark Magenta #840E88

Tints of Dark Magenta #840E88

Color information

#840E88 (or 0x840E88) is unknown color: approx Dark Magenta. HEX triplet: 84, 0E and 88. RGB value is (132,14,136). Sum of RGB (Red+Green+Blue) = 132+14+136=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #840E88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840E88 is #7BF177. Grayscale: #3E3E3E. Windows color (decimal): -8122744 or 8916612. OLE color: 8916612.

HSL color Cylindrical-coordinate representation of color #840E88: hue angle of 298.03º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840E88 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13214136-
CMYK0.030.9000.47
HSL298.03º81.33%29.41%-
HSV(B)298.03º89.71%53.33%-
XYZ14.12723.9-
YUV63.19169.09177.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 14 (5.86% from 255) = 4.96%
BLUE value IS 136 (53.52% from 255) = 48.23%
R=46.81%
G=4.96%
B=48.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132141360.030.9000.47298.0381.3329.41
Hex84E8835A02F12a511d
Octal20416210313205745212135
Binary100001001110100010001110110100101111100101010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,14,136); }

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

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

 a { background-color: rgb(132,14,136); }

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

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

 span { border-color: rgb(132,14,136); }

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