#840F9A

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

Shades of Dark Magenta #840F9A

Tints of Dark Magenta #840F9A

Color information

#840F9A (or 0x840F9A) is unknown color: approx Dark Magenta. HEX triplet: 84, 0F and 9A. RGB value is (132,15,154). Sum of RGB (Red+Green+Blue) = 132+15+154=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #840F9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840F9A is #7BF065. Grayscale: #414141. Windows color (decimal): -8122470 or 10096516. OLE color: 10096516.

HSL color Cylindrical-coordinate representation of color #840F9A: hue angle of 290.5º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840F9A is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13215154-
CMYK0.140.9000.40
HSL290.5º82.25%33.14%-
HSV(B)290.5º90.26%60.39%-
XYZ15.527.5831.22-
YUV65.83177.76175.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 15 (6.25% from 255) = 4.98%
BLUE value IS 154 (60.55% from 255) = 51.16%
R=43.85%
G=4.98%
B=51.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132151540.140.9000.40290.582.2533.14
Hex84F9AE5A0281235221
Octal204172321613205044312241
Binary100001001111100110101110101101001010001001000111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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