#84386B

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

Shades of Dark Purple #84386B

Tints of Dark Purple #84386B

Color information

#84386B (or 0x84386B) is unknown color: approx Dark Purple. HEX triplet: 84, 38 and 6B. RGB value is (132,56,107). Sum of RGB (Red+Green+Blue) = 132+56+107=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84386B is #7BC794. Grayscale: #545454. Windows color (decimal): -8112021 or 7026820. OLE color: 7026820.

HSL color Cylindrical-coordinate representation of color #84386B: hue angle of 319.74º 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 #84386B is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13256107-
CMYK00.580.190.48
HSL319.74º40.43%36.86%-
HSV(B)319.74º57.58%51.76%-
XYZ13.588.814.89-
YUV84.54140.68161.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 56 (22.27% from 255) = 18.98%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=44.75%
G=18.98%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325610700.580.190.48319.7440.4336.86
Hex84386B03A13301402825
Octal2047015307223605005045
Binary100001001110001101011011101010011110000101000000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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