Html Css Color HEX #8A0484 Dark Magenta

📋 copy color: '#8A0484'

red 138 ◦ green 4 ◦ blue 132

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

Shades of Dark Magenta #8A0484

Tints of Dark Magenta #8A0484

RGB

 RED value IS 138 (54.3% from 255) = 50.36%

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

 BLUE value IS 132 (51.95% from 255) = 48.18%

R = 50.36%
G = 1.46%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#8A0484 (or 0x8A0484) is known color: Dark Magenta. HEX triplet: 8A, 04 and 84. RGB value is (138,4,132). Sum of RGB (Red+Green+Blue) = 138+4+132=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0484 is #75FB7B. Grayscale: #3A3A3A. Windows color (decimal): -7732092 or 8651914. OLE color: 8651914.

HSL color Cylindrical-coordinate representation of color #8A0484: hue angle of 302.69º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A0484 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 4 132 -
CMYK 0 0.97 0.04 0.46
HSL 302.69º 0.94% 0.28% -
HSV(B) 302.69º 0.97% 0.54% -
XYZ 14.69 7.16 22.44 -
YUV 58.66 169.39 184.59 -
System Red Green Blue C M Y K H S L
Decimal 138 4 132 0 0.97 0.04 0.46 302.69 0.94 0.28
Hex 8A 4 84 0 61 4 2E 12F 5E 1C
Octal 212 4 204 0 141 4 56 457 136 34
Binary 10001010 100 10000100 0 1100001 100 101110 100101111 1011110 11100

Color Harmonies of #8A0484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0484

Black with #8A0484

Text Example


Text Example

White with #8A0484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A0484; }

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

 H1.HeaderClassName
 {
   color: #8A0484;
 }
 .AnyTagClassName
 {
   color: #8A0484;
 }
</style>

background-color css

<style>
 a { background-color: #8A0484; }

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

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

border-color css

<style>
 span { border-color: #8A0484; }

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

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