#840788

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

Shades of Dark Magenta #840788

Tints of Dark Magenta #840788

Color information

#840788 (or 0x840788) is unknown color: approx Dark Magenta. HEX triplet: 84, 07 and 88. RGB value is (132,7,136). Sum of RGB (Red+Green+Blue) = 132+7+136=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #840788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840788 is #7BF877. Grayscale: #3A3A3A. Windows color (decimal): -8124536 or 8914820. OLE color: 8914820.

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

Color convert

RGB1327136-
CMYK0.030.9500.47
HSL298.14º90.21%28.04%-
HSV(B)298.14º94.85%53.33%-
XYZ14.046.8423.87-
YUV59.08171.41180.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 7 (3.12% from 255) = 2.55%
BLUE value IS 136 (53.52% from 255) = 49.45%
R=48%
G=2.55%
B=49.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13271360.030.9500.47298.1490.2128.04
Hex8478835F02F12a5a1c
Octal2047210313705745213234
Binary10000100111100010001110111110101111100101010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840788; }

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

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

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

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

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

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

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

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