#840095

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

Shades of Dark Magenta #840095

Tints of Dark Magenta #840095

Color information

#840095 (or 0x840095) is unknown color: approx Dark Magenta. HEX triplet: 84, 00 and 95. RGB value is (132,0,149). Sum of RGB (Red+Green+Blue) = 132+0+149=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #840095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840095 is #7BFF6A. Grayscale: #373737. Windows color (decimal): -8126315 or 9764996. OLE color: 9764996.

HSL color Cylindrical-coordinate representation of color #840095: hue angle of 293.15º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #840095 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1320149-
CMYK0.11100.42
HSL293.15º100%29.22%-
HSV(B)293.15º100%58.43%-
XYZ14.947.0829.01-
YUV56.45180.23181.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=46.98%
G=0%
B=53.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13201490.11100.42293.1510029.22
Hex84095B6402A125641d
Octal20402251314405244514435
Binary10000100010010101101111001000101010100100101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840095; }

 p { color: rgb(132,0,149); }

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

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

 a { background-color: rgb(132,0,149); }

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

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

 span { border-color: rgb(132,0,149); }

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