#84078B

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

Shades of Dark Magenta #84078B

Tints of Dark Magenta #84078B

Color information

#84078B (or 0x84078B) is unknown color: approx Dark Magenta. HEX triplet: 84, 07 and 8B. RGB value is (132,7,139). Sum of RGB (Red+Green+Blue) = 132+7+139=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #84078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84078B is #7BF874. Grayscale: #3B3B3B. Windows color (decimal): -8124533 or 9111428. OLE color: 9111428.

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

Color convert

RGB1327139-
CMYK0.050.9500.45
HSL296.82º90.41%28.63%-
HSV(B)296.82º94.96%54.51%-
XYZ14.256.9225.01-
YUV59.42172.91179.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 7 (3.12% from 255) = 2.52%
BLUE value IS 139 (54.69% from 255) = 50%
R=47.48%
G=2.52%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13271390.050.9500.45296.8290.4128.63
Hex8478B55F02D1295a1d
Octal2047213513705545113235
Binary100001001111000101110110111110101101100101001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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