Html Css Color HEX #84048B Dark Magenta

📋 copy color: '#84048B'

red 132 ◦ green 4 ◦ blue 139

#84048B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #84048B

Tints of Dark Magenta #84048B

RGB

 RED value IS 132 (51.95% from 255) = 48%

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 139 (54.69% from 255) = 50.55%

R = 48%
G = 1.45%
B = 50.55%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84048B (or 0x84048B) is known color: Dark Magenta. HEX triplet: 84, 04 and 8B. RGB value is (132,4,139). Sum of RGB (Red+Green+Blue) = 132+4+139=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #84048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84048B is #7BFB74. Grayscale: #393939. Windows color (decimal): -8125301 or 9110660. OLE color: 9110660.

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

Color convert

RGB 132 4 139 -
CMYK 0.05 0.97 0 0.45
HSL 296.89º 0.94% 0.28% -
HSV(B) 296.89º 0.97% 0.55% -
XYZ 14.22 6.86 25 -
YUV 57.66 173.91 181.02 -
System Red Green Blue C M Y K H S L
Decimal 132 4 139 0.05 0.97 0 0.45 296.89 0.94 0.28
Hex 84 4 8B 5 61 0 2D 129 5E 1C
Octal 204 4 213 5 141 0 55 451 136 34
Binary 10000100 100 10001011 101 1100001 0 101101 100101001 1011110 11100

Color Harmonies of #84048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84048B

Black with #84048B

Text Example


Text Example

White with #84048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84048B;
 }
 .AnyTagClassName
 {
   color: #84048B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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