#84088B

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

Shades of Dark Magenta #84088B

Tints of Dark Magenta #84088B

Color information

#84088B (or 0x84088B) is unknown color: approx Dark Magenta. HEX triplet: 84, 08 and 8B. RGB value is (132,8,139). Sum of RGB (Red+Green+Blue) = 132+8+139=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #84088B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84088B is #7BF774. Grayscale: #3B3B3B. Windows color (decimal): -8124277 or 9111684. OLE color: 9111684.

HSL color Cylindrical-coordinate representation of color #84088B: hue angle of 296.79º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84088B is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1328139-
CMYK0.050.9400.45
HSL296.79º89.12%28.82%-
HSV(B)296.79º94.24%54.51%-
XYZ14.266.9425.01-
YUV60.01172.58179.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 8 (3.52% from 255) = 2.87%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=47.31%
G=2.87%
B=49.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13281390.050.9400.45296.7989.1228.82
Hex8488B55E02D129591d
Octal20410213513605545113135
Binary1000010010001000101110110111100101101100101001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84088B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84088B; }

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

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

<style>
 a { background-color: #84088B; }

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

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

<style>
 span { border-color: #84088B; }

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

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