Html Css Color HEX #84099F Dark Magenta

📋 copy color: '#84099F'

red 132 ◦ green 9 ◦ blue 159

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

Shades of Dark Magenta #84099F

Tints of Dark Magenta #84099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53%

R = 44%
G = 3%
B = 53%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84099F (or 0x84099F) is known color: Dark Magenta. HEX triplet: 84, 09 and 9F. RGB value is (132,9,159). Sum of RGB (Red+Green+Blue) = 132+9+159=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #84099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84099F is #7BF660. Grayscale: #3E3E3E. Windows color (decimal): -8124001 or 10422660. OLE color: 10422660.

HSL color Cylindrical-coordinate representation of color #84099F: hue angle of 289.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84099F is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 9 159 -
CMYK 0.17 0.94 0 0.38
HSL 289.2º 0.89% 0.33% -
HSV(B) 289.2º 0.94% 0.62% -
XYZ 15.87 7.6 33.43 -
YUV 62.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 132 9 159 0.17 0.94 0 0.38 289.2 0.89 0.33
Hex 84 9 9F 11 5E 0 26 121 59 21
Octal 204 11 237 21 136 0 46 441 131 41
Binary 10000100 1001 10011111 10001 1011110 0 100110 100100001 1011001 100001

Color Harmonies of #84099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84099F

Black with #84099F

Text Example


Text Example

White with #84099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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