#84089A

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

Shades of Dark Magenta #84089A

Tints of Dark Magenta #84089A

Color information

#84089A (or 0x84089A) is unknown color: approx Dark Magenta. HEX triplet: 84, 08 and 9A. RGB value is (132,8,154). Sum of RGB (Red+Green+Blue) = 132+8+154=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #84089A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84089A is #7BF765. Grayscale: #3D3D3D. Windows color (decimal): -8124262 or 10094724. OLE color: 10094724.

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

Color convert

RGB1328154-
CMYK0.140.9500.40
HSL290.96º90.12%31.76%-
HSV(B)290.96º94.81%60.39%-
XYZ15.447.4131.19-
YUV61.72180.08178.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 8 (3.52% from 255) = 2.72%
BLUE value IS 154 (60.55% from 255) = 52.38%
R=44.90%
G=2.72%
B=52.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13281540.140.9500.40290.9690.1231.76
Hex8489AE5F0281235a20
Octal204102321613705044313240
Binary100001001000100110101110101111101010001001000111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84089A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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