Html Css Color HEX #84068B Dark Magenta

📋 copy color: '#84068B'

red 132 ◦ green 6 ◦ blue 139

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

Shades of Dark Magenta #84068B

Tints of Dark Magenta #84068B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 47.65%
G = 2.17%
B = 50.18%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84068B (or 0x84068B) is known color: Dark Magenta. HEX triplet: 84, 06 and 8B. RGB value is (132,6,139). Sum of RGB (Red+Green+Blue) = 132+6+139=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #84068B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84068B is #7BF974. Grayscale: #3A3A3A. Windows color (decimal): -8124789 or 9111172. OLE color: 9111172.

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

Color convert

RGB 132 6 139 -
CMYK 0.05 0.96 0 0.45
HSL 296.84º 0.92% 0.28% -
HSV(B) 296.84º 0.96% 0.55% -
XYZ 14.24 6.9 25.01 -
YUV 58.84 173.24 180.19 -
System Red Green Blue C M Y K H S L
Decimal 132 6 139 0.05 0.96 0 0.45 296.84 0.92 0.28
Hex 84 6 8B 5 60 0 2D 129 5C 1C
Octal 204 6 213 5 140 0 55 451 134 34
Binary 10000100 110 10001011 101 1100000 0 101101 100101001 1011100 11100

Color Harmonies of #84068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84068B

Black with #84068B

Text Example


Text Example

White with #84068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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