Html Css Color HEX #84198B Dark Magenta

📋 copy color: '#84198B'

red 132 ◦ green 25 ◦ blue 139

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

Shades of Dark Magenta #84198B

Tints of Dark Magenta #84198B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.45%

 BLUE value IS 139 (54.69% from 255) = 46.96%

R = 44.59%
G = 8.45%
B = 46.96%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84198B (or 0x84198B) is known color: Dark Magenta. HEX triplet: 84, 19 and 8B. RGB value is (132,25,139). Sum of RGB (Red+Green+Blue) = 132+25+139=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #84198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84198B is #7BE674. Grayscale: #454545. Windows color (decimal): -8119925 or 9116036. OLE color: 9116036.

HSL color Cylindrical-coordinate representation of color #84198B: hue angle of 296.32º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84198B is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 25 139 -
CMYK 0.05 0.82 0 0.45
HSL 296.32º 0.7% 0.32% -
HSV(B) 296.32º 0.82% 0.55% -
XYZ 14.52 7.46 25.1 -
YUV 69.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 132 25 139 0.05 0.82 0 0.45 296.32 0.7 0.32
Hex 84 19 8B 5 52 0 2D 128 46 20
Octal 204 31 213 5 122 0 55 450 106 40
Binary 10000100 11001 10001011 101 1010010 0 101101 100101000 1000110 100000

Color Harmonies of #84198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84198B

Black with #84198B

Text Example


Text Example

White with #84198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84198B; }

 p { color: rgb(132,25,139); }

 H1.HeaderClassName
 {
   color: #84198B;
 }
 .AnyTagClassName
 {
   color: #84198B;
 }
</style>

background-color css

<style>
 a { background-color: #84198B; }

 a { background-color: rgb(132,25,139); }

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

border-color css

<style>
 span { border-color: #84198B; }

 span { border-color: rgb(132,25,139); }

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