Html Css Color HEX #84108B Dark Magenta

📋 copy color: '#84108B'

red 132 ◦ green 16 ◦ blue 139

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

Shades of Dark Magenta #84108B

Tints of Dark Magenta #84108B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.57%

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

R = 45.99%
G = 5.57%
B = 48.43%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84108B (or 0x84108B) is known color: Dark Magenta. HEX triplet: 84, 10 and 8B. RGB value is (132,16,139). Sum of RGB (Red+Green+Blue) = 132+16+139=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #84108B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84108B is #7BEF74. Grayscale: #404040. Windows color (decimal): -8122229 or 9113732. OLE color: 9113732.

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

Color convert

RGB 132 16 139 -
CMYK 0.05 0.88 0 0.45
HSL 296.59º 0.79% 0.3% -
HSV(B) 296.59º 0.88% 0.55% -
XYZ 14.36 7.14 25.05 -
YUV 64.71 169.93 176 -
System Red Green Blue C M Y K H S L
Decimal 132 16 139 0.05 0.88 0 0.45 296.59 0.79 0.3
Hex 84 10 8B 5 58 0 2D 129 4F 1E
Octal 204 20 213 5 130 0 55 451 117 36
Binary 10000100 10000 10001011 101 1011000 0 101101 100101001 1001111 11110

Color Harmonies of #84108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84108B

Black with #84108B

Text Example


Text Example

White with #84108B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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