Html Css Color HEX #84366D Dark Purple

📋 copy color: '#84366D'

red 132 ◦ green 54 ◦ blue 109

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

Shades of Dark Purple #84366D

Tints of Dark Purple #84366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.31%

 BLUE value IS 109 (42.97% from 255) = 36.95%

R = 44.75%
G = 18.31%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84366D (or 0x84366D) is known color: Dark Purple. HEX triplet: 84, 36 and 6D. RGB value is (132,54,109). Sum of RGB (Red+Green+Blue) = 132+54+109=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84366D is #7BC992. Grayscale: #535353. Windows color (decimal): -8112531 or 7157380. OLE color: 7157380.

HSL color Cylindrical-coordinate representation of color #84366D: hue angle of 317.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84366D is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 54 109 -
CMYK 0 0.59 0.17 0.48
HSL 317.69º 0.42% 0.36% -
HSV(B) 317.69º 0.59% 0.52% -
XYZ 13.6 8.65 15.42 -
YUV 83.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 132 54 109 0 0.59 0.17 0.48 317.69 0.42 0.36
Hex 84 36 6D 0 3B 11 30 13E 2A 24
Octal 204 66 155 0 73 21 60 476 52 44
Binary 10000100 110110 1101101 0 111011 10001 110000 100111110 101010 100100

Color Harmonies of #84366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84366D

Black with #84366D

Text Example


Text Example

White with #84366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84366D; }

 p { color: rgb(132,54,109); }

 H1.HeaderClassName
 {
   color: #84366D;
 }
 .AnyTagClassName
 {
   color: #84366D;
 }
</style>

background-color css

<style>
 a { background-color: #84366D; }

 a { background-color: rgb(132,54,109); }

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

border-color css

<style>
 span { border-color: #84366D; }

 span { border-color: rgb(132,54,109); }

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