Html Css Color HEX #84168B Dark Magenta

📋 copy color: '#84168B'

red 132 ◦ green 22 ◦ blue 139

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

Shades of Dark Magenta #84168B

Tints of Dark Magenta #84168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.51%

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

R = 45.05%
G = 7.51%
B = 47.44%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84168B (or 0x84168B) is known color: Dark Magenta. HEX triplet: 84, 16 and 8B. RGB value is (132,22,139). Sum of RGB (Red+Green+Blue) = 132+22+139=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #84168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84168B is #7BE974. Grayscale: #434343. Windows color (decimal): -8120693 or 9115268. OLE color: 9115268.

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

Color convert

RGB 132 22 139 -
CMYK 0.05 0.84 0 0.45
HSL 296.41º 0.73% 0.32% -
HSV(B) 296.41º 0.84% 0.55% -
XYZ 14.46 7.34 25.08 -
YUV 68.23 167.94 173.49 -
System Red Green Blue C M Y K H S L
Decimal 132 22 139 0.05 0.84 0 0.45 296.41 0.73 0.32
Hex 84 16 8B 5 54 0 2D 128 49 20
Octal 204 26 213 5 124 0 55 450 111 40
Binary 10000100 10110 10001011 101 1010100 0 101101 100101000 1001001 100000

Color Harmonies of #84168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84168B

Black with #84168B

Text Example


Text Example

White with #84168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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