#84366D

Color #84366D Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #84366D

Tints of Dark Purple #84366D

Color information

#84366D (or 0x84366D) is unknown color: approx 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

RGB13254109-
CMYK00.590.170.48
HSL317.69º41.94%36.47%-
HSV(B)317.69º59.09%51.76%-
XYZ13.68.6515.42-
YUV83.59142.34162.53-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325410900.590.170.48317.6941.9436.47
Hex84366D03B113013e2a24
Octal2046615507321604765244
Binary100001001101101101101011101110001110000100111110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>