Html Css Color HEX #84028D Dark Magenta

📋 copy color: '#84028D'

red 132 ◦ green 2 ◦ blue 141

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

Shades of Dark Magenta #84028D

Tints of Dark Magenta #84028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 51.27%

R = 48%
G = 0.73%
B = 51.27%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84028D (or 0x84028D) is known color: Dark Magenta. HEX triplet: 84, 02 and 8D. RGB value is (132,2,141). Sum of RGB (Red+Green+Blue) = 132+2+141=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #84028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84028D is #7BFD72. Grayscale: #383838. Windows color (decimal): -8125811 or 9241220. OLE color: 9241220.

HSL color Cylindrical-coordinate representation of color #84028D: hue angle of 296.12º 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 #84028D is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 2 141 -
CMYK 0.06 0.99 0 0.45
HSL 296.12º 0.97% 0.28% -
HSV(B) 296.12º 0.99% 0.55% -
XYZ 14.35 6.87 25.77 -
YUV 56.72 175.57 181.7 -
System Red Green Blue C M Y K H S L
Decimal 132 2 141 0.06 0.99 0 0.45 296.12 0.97 0.28
Hex 84 2 8D 6 63 0 2D 128 61 1C
Octal 204 2 215 6 143 0 55 450 141 34
Binary 10000100 10 10001101 110 1100011 0 101101 100101000 1100001 11100

Color Harmonies of #84028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84028D

Black with #84028D

Text Example


Text Example

White with #84028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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