#84089C

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

Shades of Dark Magenta #84089C

Tints of Dark Magenta #84089C

Color information

#84089C (or 0x84089C) is unknown color: approx Dark Magenta. HEX triplet: 84, 08 and 9C. RGB value is (132,8,156). Sum of RGB (Red+Green+Blue) = 132+8+156=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #84089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84089C is #7BF763. Grayscale: #3D3D3D. Windows color (decimal): -8124260 or 10225796. OLE color: 10225796.

HSL color Cylindrical-coordinate representation of color #84089C: hue angle of 290.27º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84089C is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1328156-
CMYK0.150.9500.39
HSL290.27º90.24%32.16%-
HSV(B)290.27º94.87%61.18%-
XYZ15.67.4832.07-
YUV61.95181.08177.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 8 (3.52% from 255) = 2.70%
BLUE value IS 156 (61.33% from 255) = 52.70%
R=44.59%
G=2.70%
B=52.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13281560.150.9500.39290.2790.2432.16
Hex8489CF5F0271225a20
Octal204102341713704744213240
Binary100001001000100111001111101111101001111001000101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84089C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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