#84109F

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

Shades of Dark Magenta #84109F

Tints of Dark Magenta #84109F

Color information

#84109F (or 0x84109F) is unknown color: approx Dark Magenta. HEX triplet: 84, 10 and 9F. RGB value is (132,16,159). Sum of RGB (Red+Green+Blue) = 132+16+159=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #84109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84109F is #7BEF60. Grayscale: #424242. Windows color (decimal): -8122209 or 10424452. OLE color: 10424452.

HSL color Cylindrical-coordinate representation of color #84109F: hue angle of 288.67º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84109F is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13216159-
CMYK0.170.9000.38
HSL288.67º81.71%34.31%-
HSV(B)288.67º89.94%62.35%-
XYZ15.967.7833.46-
YUV66.99179.93174.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 16 (6.64% from 255) = 5.21%
BLUE value IS 159 (62.5% from 255) = 51.79%
R=43.00%
G=5.21%
B=51.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132161590.170.9000.38288.6781.7134.31
Hex84109F115A0261215222
Octal204202372113204644112242
Binary10000100100001001111110001101101001001101001000011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84109F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84109F; }

 p { color: rgb(132,16,159); }

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

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

 a { background-color: rgb(132,16,159); }

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

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

 span { border-color: rgb(132,16,159); }

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