Html Css Color HEX #84088C Dark Magenta

📋 copy color: '#84088C'

red 132 ◦ green 8 ◦ blue 140

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

Shades of Dark Magenta #84088C

Tints of Dark Magenta #84088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.86%

 BLUE value IS 140 (55.08% from 255) = 50%

R = 47.14%
G = 2.86%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84088C (or 0x84088C) is known color: Dark Magenta. HEX triplet: 84, 08 and 8C. RGB value is (132,8,140). Sum of RGB (Red+Green+Blue) = 132+8+140=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #84088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84088C is #7BF773. Grayscale: #3B3B3B. Windows color (decimal): -8124276 or 9177220. OLE color: 9177220.

HSL color Cylindrical-coordinate representation of color #84088C: hue angle of 296.36º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84088C is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 8 140 -
CMYK 0.06 0.94 0 0.45
HSL 296.36º 0.89% 0.29% -
HSV(B) 296.36º 0.94% 0.55% -
XYZ 14.34 6.97 25.4 -
YUV 60.12 173.08 179.27 -
System Red Green Blue C M Y K H S L
Decimal 132 8 140 0.06 0.94 0 0.45 296.36 0.89 0.29
Hex 84 8 8C 6 5E 0 2D 128 59 1D
Octal 204 10 214 6 136 0 55 450 131 35
Binary 10000100 1000 10001100 110 1011110 0 101101 100101000 1011001 11101

Color Harmonies of #84088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84088C

Black with #84088C

Text Example


Text Example

White with #84088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,8,140); }

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

background-color css

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

 a { background-color: rgb(132,8,140); }

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

border-color css

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

 span { border-color: rgb(132,8,140); }

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