#840f9e

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

Shades of Dark Magenta #840F9E

Tints of Dark Magenta #840F9E

Color information

#840F9E (or 0x840F9E) is unknown color: approx Dark Magenta. HEX triplet: 84, 0F and 9E. RGB value is (132,15,158). Sum of RGB (Red+Green+Blue) = 132+15+158=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #840F9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840F9E is #7BF061. Grayscale: #414141. Windows color (decimal): -8122466 or 10358660. OLE color: 10358660.

HSL color Cylindrical-coordinate representation of color #840F9E: hue angle of 289.09º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840F9E is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13215158-
CMYK0.160.9100.38
HSL289.09º82.66%33.92%-
HSV(B)289.09º90.51%61.96%-
XYZ15.867.7233-
YUV66.28179.76174.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.28%
GREEN value IS 15 (6.25% from 255) = 4.92%
BLUE value IS 158 (62.11% from 255) = 51.80%
R=43.28%
G=4.92%
B=51.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132151580.160.9100.38289.0982.6633.92
Hex84F9E105B0261215322
Octal204172362013304644112342
Binary1000010011111001111010000101101101001101001000011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840f9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,15,158); }

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

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

 a { background-color: rgb(132,15,158); }

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

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

 span { border-color: rgb(132,15,158); }

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