#840F95

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

Shades of Dark Magenta #840F95

Tints of Dark Magenta #840F95

Color information

#840F95 (or 0x840F95) is unknown color: approx Dark Magenta. HEX triplet: 84, 0F and 95. RGB value is (132,15,149). Sum of RGB (Red+Green+Blue) = 132+15+149=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #840F95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840F95 is #7BF06A. Grayscale: #404040. Windows color (decimal): -8122475 or 9768836. OLE color: 9768836.

HSL color Cylindrical-coordinate representation of color #840F95: hue angle of 292.39º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840F95 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13215149-
CMYK0.110.9000.42
HSL292.39º81.71%32.16%-
HSV(B)292.39º89.93%58.43%-
XYZ15.117.4229.07-
YUV65.26175.26175.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 15 (6.25% from 255) = 5.07%
BLUE value IS 149 (58.59% from 255) = 50.34%
R=44.59%
G=5.07%
B=50.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132151490.110.9000.42292.3981.7132.16
Hex84F95B5A02A1245220
Octal204172251313205244412240
Binary100001001111100101011011101101001010101001001001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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