Html Css Color HEX #84366E Dark Purple

📋 copy color: '#84366E'

red 132 ◦ green 54 ◦ blue 110

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

Shades of Dark Purple #84366E

Tints of Dark Purple #84366E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 44.59%
G = 18.24%
B = 37.16%

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

#84366E (or 0x84366E) is known color: Dark Purple. HEX triplet: 84, 36 and 6E. RGB value is (132,54,110). Sum of RGB (Red+Green+Blue) = 132+54+110=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84366E is #7BC991. Grayscale: #535353. Windows color (decimal): -8112530 or 7222916. OLE color: 7222916.

HSL color Cylindrical-coordinate representation of color #84366E: hue angle of 316.92º 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 #84366E is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 54 110 -
CMYK 0 0.59 0.17 0.48
HSL 316.92º 0.42% 0.36% -
HSV(B) 316.92º 0.59% 0.52% -
XYZ 13.65 8.67 15.71 -
YUV 83.71 142.84 162.45 -
System Red Green Blue C M Y K H S L
Decimal 132 54 110 0 0.59 0.17 0.48 316.92 0.42 0.36
Hex 84 36 6E 0 3B 11 30 13D 2A 24
Octal 204 66 156 0 73 21 60 475 52 44
Binary 10000100 110110 1101110 0 111011 10001 110000 100111101 101010 100100

Color Harmonies of #84366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84366E

Black with #84366E

Text Example


Text Example

White with #84366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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