#84089E

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

Shades of Dark Magenta #84089E

Tints of Dark Magenta #84089E

Color information

#84089E (or 0x84089E) is unknown color: approx Dark Magenta. HEX triplet: 84, 08 and 9E. RGB value is (132,8,158). Sum of RGB (Red+Green+Blue) = 132+8+158=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #84089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84089E is #7BF761. Grayscale: #3D3D3D. Windows color (decimal): -8124258 or 10356868. OLE color: 10356868.

HSL color Cylindrical-coordinate representation of color #84089E: hue angle of 289.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84089E is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1328158-
CMYK0.160.9500.38
HSL289.6º90.36%32.55%-
HSV(B)289.6º94.94%61.96%-
XYZ15.777.5532.97-
YUV62.18182.08177.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 8 (3.52% from 255) = 2.68%
BLUE value IS 158 (62.11% from 255) = 53.02%
R=44.30%
G=2.68%
B=53.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13281580.160.9500.38289.690.3632.55
Hex8489E105F0261225a21
Octal204102362013704644213241
Binary1000010010001001111010000101111101001101001000101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84089E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,8,158); }

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

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

 a { background-color: rgb(132,8,158); }

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

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

 span { border-color: rgb(132,8,158); }

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