#84386D

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

Shades of Dark Purple #84386D

Tints of Dark Purple #84386D

Color information

#84386D (or 0x84386D) is unknown color: approx Dark Purple. HEX triplet: 84, 38 and 6D. RGB value is (132,56,109). Sum of RGB (Red+Green+Blue) = 132+56+109=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84386D is #7BC792. Grayscale: #545454. Windows color (decimal): -8112019 or 7157892. OLE color: 7157892.

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

Color convert

RGB13256109-
CMYK00.580.170.48
HSL318.16º40.43%36.86%-
HSV(B)318.16º57.58%51.76%-
XYZ13.698.8415.45-
YUV84.77141.68161.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 109 (42.97% from 255) = 36.70%
R=44.44%
G=18.86%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325610900.580.170.48318.1640.4336.86
Hex84386D03A113013e2825
Octal2047015507221604765045
Binary100001001110001101101011101010001110000100111110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84386D;
 }
 .AnyTagClassName
 {
   color: #84386D;
 }
</style>
background-color css

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

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

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

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

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

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