Html Css Color HEX #84099C Dark Magenta

📋 copy color: '#84099C'

red 132 ◦ green 9 ◦ blue 156

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

Shades of Dark Magenta #84099C

Tints of Dark Magenta #84099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.03%

 BLUE value IS 156 (61.33% from 255) = 52.53%

R = 44.44%
G = 3.03%
B = 52.53%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84099C (or 0x84099C) is known color: Dark Magenta. HEX triplet: 84, 09 and 9C. RGB value is (132,9,156). Sum of RGB (Red+Green+Blue) = 132+9+156=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #84099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84099C is #7BF663. Grayscale: #3E3E3E. Windows color (decimal): -8124004 or 10226052. OLE color: 10226052.

HSL color Cylindrical-coordinate representation of color #84099C: hue angle of 290.2º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84099C is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 9 156 -
CMYK 0.15 0.94 0 0.39
HSL 290.2º 0.89% 0.32% -
HSV(B) 290.2º 0.94% 0.61% -
XYZ 15.61 7.5 32.08 -
YUV 62.54 180.75 177.55 -
System Red Green Blue C M Y K H S L
Decimal 132 9 156 0.15 0.94 0 0.39 290.2 0.89 0.32
Hex 84 9 9C F 5E 0 27 122 59 20
Octal 204 11 234 17 136 0 47 442 131 40
Binary 10000100 1001 10011100 1111 1011110 0 100111 100100010 1011001 100000

Color Harmonies of #84099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84099C

Black with #84099C

Text Example


Text Example

White with #84099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84099C; }

 p { color: rgb(132,9,156); }

 H1.HeaderClassName
 {
   color: #84099C;
 }
 .AnyTagClassName
 {
   color: #84099C;
 }
</style>

background-color css

<style>
 a { background-color: #84099C; }

 a { background-color: rgb(132,9,156); }

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

border-color css

<style>
 span { border-color: #84099C; }

 span { border-color: rgb(132,9,156); }

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