Html Css Color HEX #84028B Dark Magenta

📋 copy color: '#84028B'

red 132 ◦ green 2 ◦ blue 139

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

Shades of Dark Magenta #84028B

Tints of Dark Magenta #84028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 48.35%
G = 0.73%
B = 50.92%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84028B (or 0x84028B) is known color: Dark Magenta. HEX triplet: 84, 02 and 8B. RGB value is (132,2,139). Sum of RGB (Red+Green+Blue) = 132+2+139=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #84028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84028B is #7BFD74. Grayscale: #383838. Windows color (decimal): -8125813 or 9110148. OLE color: 9110148.

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

Color convert

RGB 132 2 139 -
CMYK 0.05 0.99 0 0.45
HSL 296.93º 0.97% 0.28% -
HSV(B) 296.93º 0.99% 0.55% -
XYZ 14.2 6.81 24.99 -
YUV 56.49 174.57 181.86 -
System Red Green Blue C M Y K H S L
Decimal 132 2 139 0.05 0.99 0 0.45 296.93 0.97 0.28
Hex 84 2 8B 5 63 0 2D 129 61 1C
Octal 204 2 213 5 143 0 55 451 141 34
Binary 10000100 10 10001011 101 1100011 0 101101 100101001 1100001 11100

Color Harmonies of #84028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84028B

Black with #84028B

Text Example


Text Example

White with #84028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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