Html Css Color HEX #84089C Dark Magenta

📋 copy color: '#84089C'

red 132 ◦ green 8 ◦ blue 156

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

Shades of Dark Magenta #84089C

Tints of Dark Magenta #84089C

RGB

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

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

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

R = 44.59%
G = 2.7%
B = 52.7%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84089C (or 0x84089C) is known color: Dark Magenta. HEX triplet: 84, 08 and 9C. RGB value is (132,8,156). Sum of RGB (Red+Green+Blue) = 132+8+156=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #84089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84089C is #7BF763. Grayscale: #3D3D3D. Windows color (decimal): -8124260 or 10225796. OLE color: 10225796.

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

Color convert

RGB 132 8 156 -
CMYK 0.15 0.95 0 0.39
HSL 290.27º 0.9% 0.32% -
HSV(B) 290.27º 0.95% 0.61% -
XYZ 15.6 7.48 32.07 -
YUV 61.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 132 8 156 0.15 0.95 0 0.39 290.27 0.9 0.32
Hex 84 8 9C F 5F 0 27 122 5A 20
Octal 204 10 234 17 137 0 47 442 132 40
Binary 10000100 1000 10011100 1111 1011111 0 100111 100100010 1011010 100000

Color Harmonies of #84089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84089C

Black with #84089C

Text Example


Text Example

White with #84089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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