#840F8F

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

Shades of Dark Magenta #840F8F

Tints of Dark Magenta #840F8F

Color information

#840F8F (or 0x840F8F) is unknown color: approx Dark Magenta. HEX triplet: 84, 0F and 8F. RGB value is (132,15,143). Sum of RGB (Red+Green+Blue) = 132+15+143=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #840F8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840F8F is #7BF070. Grayscale: #404040. Windows color (decimal): -8122481 or 9375620. OLE color: 9375620.

HSL color Cylindrical-coordinate representation of color #840F8F: hue angle of 294.84º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840F8F is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13215143-
CMYK0.080.9000.44
HSL294.84º81.01%30.98%-
HSV(B)294.84º89.51%56.08%-
XYZ14.647.2326.61-
YUV64.57172.26176.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 15 (6.25% from 255) = 5.17%
BLUE value IS 143 (56.25% from 255) = 49.31%
R=45.52%
G=5.17%
B=49.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132151430.080.9000.44294.8481.0130.98
Hex84F8F85A02C127511f
Octal204172171013205444712137
Binary10000100111110001111100010110100101100100100111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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