#84198E

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

Shades of Dark Magenta #84198E

Tints of Dark Magenta #84198E

Color information

#84198E (or 0x84198E) is unknown color: approx Dark Magenta. HEX triplet: 84, 19 and 8E. RGB value is (132,25,142). Sum of RGB (Red+Green+Blue) = 132+25+142=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #84198E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84198E is #7BE671. Grayscale: #454545. Windows color (decimal): -8119922 or 9312644. OLE color: 9312644.

HSL color Cylindrical-coordinate representation of color #84198E: hue angle of 294.87º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84198E is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13225142-
CMYK0.070.8200.44
HSL294.87º70.06%32.75%-
HSV(B)294.87º82.39%55.69%-
XYZ14.757.5526.27-
YUV70.33168.45171.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 25 (10.16% from 255) = 8.36%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=44.15%
G=8.36%
B=47.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132251420.070.8200.44294.8770.0632.75
Hex84198E75202C1274621
Octal20431216712205444710641
Binary100001001100110001110111101001001011001001001111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84198E; }

 p { color: rgb(132,25,142); }

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

<style>
 a { background-color: #84198E; }

 a { background-color: rgb(132,25,142); }

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

<style>
 span { border-color: #84198E; }

 span { border-color: rgb(132,25,142); }

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