Html Css Color HEX #84009D Dark Magenta

📋 copy color: '#84009D'

red 132 ◦ green 0 ◦ blue 157

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

Shades of Dark Magenta #84009D

Tints of Dark Magenta #84009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 157 (61.72% from 255) = 54.33%

R = 45.67%
G = 0%
B = 54.33%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84009D (or 0x84009D) is known color: Dark Magenta. HEX triplet: 84, 00 and 9D. RGB value is (132,0,157). Sum of RGB (Red+Green+Blue) = 132+0+157=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #84009D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84009D is #7BFF62. Grayscale: #383838. Windows color (decimal): -8126307 or 10289284. OLE color: 10289284.

HSL color Cylindrical-coordinate representation of color #84009D: hue angle of 290.45º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84009D is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 0 157 -
CMYK 0.16 1 0 0.38
HSL 290.45º 1% 0.31% -
HSV(B) 290.45º 1% 0.62% -
XYZ 15.6 7.34 32.49 -
YUV 57.37 184.23 181.23 -
System Red Green Blue C M Y K H S L
Decimal 132 0 157 0.16 1 0 0.38 290.45 1 0.31
Hex 84 0 9D 10 64 0 26 122 64 1F
Octal 204 0 235 20 144 0 46 442 144 37
Binary 10000100 0 10011101 10000 1100100 0 100110 100100010 1100100 11111

Color Harmonies of #84009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84009D

Black with #84009D

Text Example


Text Example

White with #84009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,0,157); }

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

background-color css

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

 a { background-color: rgb(132,0,157); }

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

border-color css

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

 span { border-color: rgb(132,0,157); }

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